Package 

Interface Mapping


  • 
    public interface Mapping<Key, Value>
    
                        

    Essentially just a version of the Map interface used to associate a key of a given type with a value of a given type, does impose a 1:1 relationship between keys and values and defines no method for insertion or deletion.

    • Method Summary

      Modifier and Type Method Description
      abstract Key get(Value value)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait