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 class
CollectionUtilities.OfTypeIterator<T,R>
private static class
CollectionUtilities.SkipIterator<T>
private static class
CollectionUtilities.TakeIterator<T>
private static class
CollectionUtilities.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()
-