Uses of Class
org.javimmutable.collections.SplitIterator
-
Uses of SplitIterator in org.javimmutable.collections
Modifier and TypeMethodDescriptiondefault SplitIterator
<T> SplitableIterator.splitIterator()
Whenever isSplitAllowed returns true this method can be used to create two new SplitableIterators that collectively visit all the same elements as this Iterator. -
Uses of SplitIterator in org.javimmutable.collections.iterators
Modifier and TypeMethodDescriptionGenericIterator.splitIterator()
LazyMultiIterator.splitIterator()
TransformIterator.splitIterator()