Class UnmodifiableBidiMap<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>, BidiMap<K,V>, Get<K,V>, IterableGet<K,V>, IterableMap<K,V>, Put<K,V>, Unmodifiable

public final class UnmodifiableBidiMap<K,V> extends AbstractBidiMapDecorator<K,V> implements Unmodifiable
Decorates another BidiMap to ensure it can't be altered.

Attempts to modify it will result in an UnsupportedOperationException.

Since:
3.0