Interface BidiMap<K,​V>

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

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

      • getKey

        K getKey​(Object value)
      • removeValue

        K removeValue​(Object value)