Interface ReversableMap<K,​V>

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

    public interface ReversableMap<K,​V>
    extends Map<K,​V>
    Interface for a map that can be reversed
    Version:
    $Rev$
    Author:
    herrmama, $Author$
    • Method Detail

      • reverseGet

        K reverseGet​(V value)
        Get the key for a value