com.androidplot.util
Interface Mapping<Key,Value>


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
 Key get(Value value)
           
 

Method Detail

get

Key get(Value value)
Parameters:
value -
Returns:
The Key associated with the specified value.


Copyright © 2010-2014 androidplot.com. All Rights Reserved.