Interface BidiMap<K,V>

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

public interface BidiMap<K,V> extends Map<K,V>
  • Method Details

    • getKey

      K getKey(Object value)
    • removeValue

      K removeValue(Object value)