tigase.collections
Interface BidiMap<K,V>

All Superinterfaces:
Map<K,V>
All Known Implementing Classes:
TwoHashBidiMap

public interface BidiMap<K,V>
extends Map<K,V>


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 K getKey(Object value)
           
 K removeValue(Object value)
           
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

getKey

K getKey(Object value)

removeValue

K removeValue(Object value)


Copyright © 2013 Tigase. All Rights Reserved.