Class IteratorUtils


  • public final class IteratorUtils
    extends Object
    • Method Detail

      • arrayIterator

        public static <T> Iterator<T> arrayIterator​(T... elements)
      • singleElementIterator

        public static <T> Iterator<T> singleElementIterator​(T element)
      • emptyIterator

        public static <T> Iterator<T> emptyIterator()