Class | Description |
---|---|
ForwardingCollection<E> |
A collection which forwards all its method calls to another collection.
|
ForwardingMap<K,V> |
A map which forwards all its method calls to another map.
|
StandardBiMap<K,V> |
A general-purpose bimap implementation using any two backing
Map
instances. |
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.