Class LList.LListSplitIterator<T>

java.lang.Object
net.tangly.commons.lang.functional.LList.LListSplitIterator<T>
Type Parameters:
T - type of the list items
All Implemented Interfaces:
Spliterator<T>
Enclosing interface:
LList<T>

public static class LList.LListSplitIterator<T> extends Object implements Spliterator<T>
Define a split iterator for the immutable persistent list structure. Split iterator is used to provide a Stream for an instance of the list.