Class IteratorUtils


  • public final class IteratorUtils
    extends Object
    • Method Detail

      • toList

        public static <T> List<T> toList​(Iterator<T> iterator)