Class UnmodifiableNavigableSet<E>

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

public final class UnmodifiableNavigableSet<E> extends AbstractNavigableSetDecorator<E> implements Unmodifiable
Decorates another NavigableSet to ensure it can't be altered.

Attempts to modify it will result in an UnsupportedOperationException.

Since:
4.1
Version:
$Id: UnmodifiableNavigableSet.java 1686855 2015-06-22 13:00:27Z tn $
See Also: