com.jxml.quick.qmap
Class QMapEntry

java.lang.Object
  |
  +--com.jxml.quick.qmap.QKeyedBase
        |
        +--com.jxml.quick.qmap.QMapEntry
All Implemented Interfaces:
QKeyed

public final class QMapEntry
extends QKeyedBase


Field Summary
 Object value
           
 
Fields inherited from class com.jxml.quick.qmap.QKeyedBase
key
 
Constructor Summary
QMapEntry()
           
QMapEntry(Map container, Object key, Object value)
           
 
Method Summary
 void attach(Map container)
          Set the map which holds this object and add this object to the map.
 
Methods inherited from class com.jxml.quick.qmap.QKeyedBase
key
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public Object value
Constructor Detail

QMapEntry

public QMapEntry()

QMapEntry

public QMapEntry(Map container,
                 Object key,
                 Object value)
Method Detail

attach

public void attach(Map container)
Description copied from interface: QKeyed
Set the map which holds this object and add this object to the map. (Set to null when removed from a container.)
Overrides:
attach in class QKeyedBase