BidiMap
that uses two LinkedHashMap
instances. Two LinkedHashMap
instances are used in this class. This provides fast lookups at the expense of storing two sets of map entries and two linked lists.
@version $Id: DualLinkedHashBidiMap.java 1482539 2013-05-14 19:52:43Z tn $
@since 4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|