Uses of Class
com.saperion.util.IteratorIterable
Packages that use IteratorIterable
Package
Description
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 IteratorIterableModifier and TypeMethodDescriptionstatic <Type> IteratorIterable<Type>
For a givenIterator
this method returns anIterable
whoseIterable.iterator()
will return exactly that iterator.