Class DualTreeBidiMap.ViewMap<K,V>

Type Parameters:
K - the type of the keys.
V - the type of the values.
All Implemented Interfaces:
Map<K,V>, SortedMap<K,V>, Get<K,V>, IterableGet<K,V>, IterableMap<K,V>, IterableSortedMap<K,V>, OrderedMap<K,V>, Put<K,V>
Enclosing class:
DualTreeBidiMap<K,V>

protected static class DualTreeBidiMap.ViewMap<K,V> extends AbstractSortedMapDecorator<K,V>
Internal sorted map view.