Class BiMap<K,V>

java.lang.Object
org.apache.juneau.internal.BiMap<K,V>
Type Parameters:
K - The key type.
V - The value type.
All Implemented Interfaces:
Map<K,V>

public class BiMap<K,V> extends Object implements Map<K,V>
A linked hashmap with reverse key lookup by value.