Package com.ibm.wala.util.collections
Class Iterator2Iterable<T>
- java.lang.Object
-
- com.ibm.wala.util.collections.Iterator2Iterable<T>
-
-
Constructor Summary
Constructors Constructor Description Iterator2Iterable(@Nullable Iterator<T> iter)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable Iterator<T>iterator()static <T> Iterator2Iterable<T>make(@Nullable Iterator<T> iter)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-