Class LazyOrderedSet.SubOrderedSet<E>

Type Parameters:
E - the collection element type
All Implemented Interfaces:
Iterable<E>, Collection<E>, List<E>, Set<E>
Enclosing class:
LazyOrderedSet<E>

public static class LazyOrderedSet.SubOrderedSet<E> extends LazyOrderedSet.NonCachingOrderedSet<E>
LazyOrderedSet that represents a sub-range of the underlying LazyOrderedSet. Index starts at 0.