org.intermine.util
Interface ReferenceMap.ReferenceWithKey<K>

Enclosing class:
ReferenceMap<K,V>

protected static interface ReferenceMap.ReferenceWithKey<K>

Interface for entries in the map.


Method Summary
 K getKey()
          Returns the key in the entry.
 

Method Detail

getKey

K getKey()
Returns the key in the entry.

Returns:
an Object