Interface ImmutableNavigableSet<E>

Type Parameters:
E - the element type
All Superinterfaces:
ImmutableCollection<E>, ImmutableSet<E>, ImmutableSortedSet<E>, Iterable<E>, ReadOnlyCollection<E>, ReadOnlyNavigableSet<E>, ReadOnlySequencedCollection<E>, ReadOnlySequencedSet<E>, ReadOnlySet<E>, ReadOnlySortedSet<E>
All Known Implementing Classes:
RedBlackSet

public interface ImmutableNavigableSet<E> extends ReadOnlyNavigableSet<E>, ImmutableSortedSet<E>
An interface to an immutable navigable set; the implementation guarantees that the state of the collection does not change.