Class UnmodifiableSortedBidiMap<K,V>

Type Parameters:
K - the type of the keys in this map
V - the type of the values in this map
All Implemented Interfaces:
Map<K,V>, SortedMap<K,V>, BidiMap<K,V>, Get<K,V>, IterableGet<K,V>, IterableMap<K,V>, OrderedBidiMap<K,V>, OrderedMap<K,V>, Put<K,V>, SortedBidiMap<K,V>, Unmodifiable

public final class UnmodifiableSortedBidiMap<K,V> extends AbstractSortedBidiMapDecorator<K,V> implements Unmodifiable
Decorates another SortedBidiMap to ensure it can't be altered.

Attempts to modify it will result in an UnsupportedOperationException.

Since:
3.0