ojb.server.collections
Class DMapEntry
java.lang.Object
|
+--ojb.server.collections.DMapEntry
- All Implemented Interfaces:
- java.util.Map.Entry
- public class DMapEntry
- extends java.lang.Object
- implements java.util.Map.Entry
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,
java.lang.String keySerOID,
java.lang.String 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 |
DMapEntry
public DMapEntry()
- DMapEntry constructor comment.
DMapEntry
public DMapEntry(int id,
int mapId,
java.lang.String keySerOID,
java.lang.String valueSerOID)
- DMapEntry constructor comment.
DMapEntry
public DMapEntry(DMapImpl map,
java.lang.Object key,
java.lang.Object value)
- DMapEntry constructor comment.
generateNewId
protected int generateNewId()
- get a unique id
getKey
public java.lang.Object getKey()
- getKey method comment.
- Specified by:
getKey
in interface java.util.Map.Entry
getValue
public java.lang.Object getValue()
- getValue method comment.
- Specified by:
getValue
in interface java.util.Map.Entry
setValue
public java.lang.Object setValue(java.lang.Object obj)
- setValue method comment.
- Specified by:
setValue
in interface java.util.Map.Entry
Authors: Thomas Mahler, David Dixon-Peugh. (C) 2000, 2001.
All rights reserved. Published under the Gnu Public License.
http://objectbridge.sourceforge.net
Version: 0.1.120, 2001-05-12