Class CursorableLinkedList.SubCursor<E>

Type Parameters:
E - the type of elements in this cursor.
All Implemented Interfaces:
Iterator<E>, ListIterator<E>, OrderedIterator<E>
Enclosing class:
CursorableLinkedList<E>

protected static class CursorableLinkedList.SubCursor<E> extends CursorableLinkedList.Cursor<E>
A cursor for the sublist based on LinkedSubListIterator.
Since:
3.2