Uses of Class
com.saperion.util.IteratorIterable
-
Packages that use IteratorIterable Package Description com.saperion.util This package contains the utility classes for the LARIX RMI Server. -
-
Uses of IteratorIterable in com.saperion.util
Methods in com.saperion.util that return IteratorIterable Modifier and Type Method Description static <Type> IteratorIterable<Type>
IteratorIterable. create(java.util.Iterator<Type> iterator)
For a givenIterator
this method returns anIterable
whoseIterable.iterator()
will return exactly that iterator.
-