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
Method Summary |
void |
attach(Map container)
Set the map which holds this object and add this object to the map. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
public Object value
QMapEntry
public QMapEntry()
QMapEntry
public QMapEntry(Map container,
Object key,
Object value)
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