Uses of Class
org.javimmutable.collections.SplitIterator
Packages that use SplitIterator
-
Uses of SplitIterator in org.javimmutable.collections
Methods in org.javimmutable.collections that return SplitIteratorModifier 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
Methods in org.javimmutable.collections.iterators that return SplitIteratorModifier and TypeMethodDescriptionGenericIterator.splitIterator()
LazyMultiIterator.splitIterator()
TransformIterator.splitIterator()