Class UnmodifiableNavigableSet<E>

  • All Implemented Interfaces:
    Iterable<E>, Collection<E>, NavigableSet<E>, Set<E>, SortedSet<E>

    public class UnmodifiableNavigableSet<E>
    extends Object
    implements NavigableSet<E>
    A read-only view of a NavigableSet.

    This is provided for compatibility with Java 6 which lacks a Collections#unmodifiableNavigableSet() method.