|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ojb.odmg.collections.DMapEntry
Insert the type's description here. Creation date: (26.02.2001 19:31:56)
Constructor Summary | |
DMapEntry()
DMapEntry constructor comment. |
|
DMapEntry(DMapImpl map,
java.lang.Object key,
java.lang.Object value)
DMapEntry constructor comment. |
|
DMapEntry(int id,
int mapId,
byte[] keySerOID,
byte[] valueSerOID)
DMapEntry constructor comment. |
Method Summary | |
protected int |
generateNewId()
get a unique id |
java.lang.Object |
getKey()
getKey method comment. |
java.lang.Object |
getValue()
getValue method comment. |
java.lang.Object |
setValue(java.lang.Object obj)
setValue method comment. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Map.Entry |
equals, hashCode |
Constructor Detail |
public DMapEntry()
public DMapEntry(int id, int mapId, byte[] keySerOID, byte[] valueSerOID)
public DMapEntry(DMapImpl map, java.lang.Object key, java.lang.Object value)
Method Detail |
protected int generateNewId()
public java.lang.Object getKey()
getKey
in interface java.util.Map.Entry
public java.lang.Object getValue()
getValue
in interface java.util.Map.Entry
public java.lang.Object setValue(java.lang.Object obj)
setValue
in interface java.util.Map.Entry
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |