Class ImmutableNavigableSet<E>

Type Parameters:
E - element type
All Implemented Interfaces:
Iterable<E>, Collection<E>, NavigableSet<E>, Set<E>, SortedSet<E>

public class ImmutableNavigableSet<E> extends AbstractNavigableSet<E>
An immutable NavigableSet implementation optimized for read efficiency.

Because the elements are stored in an array, it's also possible to get the element by index; see get().