|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.AbstractMap | +--ojb.server.collections.DMapImpl
Insert the type's description here. Creation date: (26.02.2001 16:54:08)
Inner classes inherited from class java.util.Map |
java.util.Map.Entry |
Constructor Summary | |
DMapImpl()
DMapImpl constructor comment. |
|
DMapImpl(int theId,
int theSize)
DMapImpl constructor comment. |
Method Summary | |
java.util.Set |
entrySet()
Returns a set view of the mappings contained in this map. |
(package private) int |
getId()
Insert the method's description here. |
java.lang.Object |
put(java.lang.Object key,
java.lang.Object value)
Method declaration |
Methods inherited from class java.util.AbstractMap |
clear, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, toString, values |
Methods inherited from class java.lang.Object |
|
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, values |
Constructor Detail |
public DMapImpl()
public DMapImpl(int theId, int theSize)
Method Detail |
public java.util.Set entrySet()
entrySet
in interface java.util.Map
entrySet
in class java.util.AbstractMap
int getId()
public java.lang.Object put(java.lang.Object key, java.lang.Object value)
put
in interface java.util.Map
put
in class java.util.AbstractMap
key
- value
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |