Class ImmutableNavigableSet<E>

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

public final class ImmutableNavigableSet<E> extends ImmutableSortedSet<E> implements NavigableSet<E>
Since:
1.1.4
Author:
Haiyang Li