Uses of Class
com.strobel.core.CollectionUtilities.AbstractIterator
-
Packages that use CollectionUtilities.AbstractIterator Package Description com.strobel.core -
-
Uses of CollectionUtilities.AbstractIterator in com.strobel.core
Subclasses of CollectionUtilities.AbstractIterator in com.strobel.core Modifier and Type Class Description private static classCollectionUtilities.OfTypeIterator<T,R>private static classCollectionUtilities.SkipIterator<T>private static classCollectionUtilities.TakeIterator<T>private static classCollectionUtilities.WhereSelectIterableIterator<T,R>Methods in com.strobel.core that return CollectionUtilities.AbstractIterator Modifier and Type Method Description protected abstract CollectionUtilities.AbstractIterator<T>CollectionUtilities.AbstractIterator. clone()
-