com.jxml.quick.qmap
Interface QKeyed

All Known Implementing Classes:
QComparable, QKeyedBase

public interface QKeyed

Implemented by Objects held by a Map container which they are aware of.


Method Summary
 void attach(Map container)
          Set the map which holds this object and add this object to the map.
 Object key()
          Returns the key used to locate this object.
 

Method Detail

key

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

attach

public void attach(Map container)
Set the map which holds this object and add this object to the map. (Set to null when removed from a container.)