クラス IteratorUtils

java.lang.Object
org.nkjmlab.util.java.collections.IteratorUtils

public class IteratorUtils extends Object
  • コンストラクタの詳細

    • IteratorUtils

      public IteratorUtils()
  • メソッドの詳細

    • toList

      public static <E> List<E> toList(Iterator<? extends E> iterator, int initialSize)
    • toList

      public static <E> List<E> toList(Iterator<? extends E> iterator)