Package org.equanda.util.collection

Class Summary
OneToOneHashMap<K,V> This class provides a mapping between keys and values, but unlike a regular java.util.Map there are two specificities: The mapping is bi-directional: You can obviously still get a value for a given key, but you can also get the key for a given value.
 



Copyright © 2007-2009. All Rights Reserved.