net.sf.molae.pipe.keyed
Interface Keyed

All Known Implementing Classes:
WrappedKey

public interface Keyed

Implemented by Objects that have a "natural" key. This interface is used to define a map on the basis of a collection of keyed objects.


Method Summary
 Object getKey()
          Returns the key used to locate this object.
 

Method Detail

getKey

public Object getKey()
Returns the key used to locate this object.
Returns:
the key used to locate this object.