public interface BidiMap<K,V> extends Map<K,V>
Map.Entry<K,V>
K
getKey(V value)
BidiMap<V,K>
inverse()
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
K getKey(V value)
BidiMap<V,K> inverse()
Copyright © 2014. All Rights Reserved.