|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap
org.apache.ojb.odmg.collections.DMapImpl
Nested Class Summary |
Nested classes inherited from class java.util.AbstractMap |
|
Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
Field Summary |
Fields inherited from class java.util.AbstractMap |
|
Constructor Summary | |
DMapImpl()
DMapImpl constructor comment. |
|
DMapImpl(int theId,
int theSize)
DMapImpl constructor comment. |
|
DMapImpl(PBKey key)
DListImpl constructor comment. |
Method Summary | |
java.util.Set |
entrySet()
Returns a set view of the mappings contained in this map. |
protected int |
generateNewId()
return a unique id |
ManageableHashSet |
getEntries()
Gets the entries. |
int |
getId()
lazily retrieve the ID of the set, no need to precompute it. |
PBKey |
getPBKey()
|
int |
getSize()
Gets the size. |
java.lang.Object |
put(java.lang.Object key,
java.lang.Object value)
|
java.lang.Object |
remove(java.lang.Object key)
|
void |
setEntries(ManageableHashSet entries)
Sets the entries. |
void |
setId(int id)
Sets the id. |
void |
setPBKey(PBKey pbKey)
|
void |
setSize(int size)
Sets the size. |
Methods inherited from class java.util.AbstractMap |
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, putAll, size, toString, values |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, putAll, size, values |
Constructor Detail |
public DMapImpl()
public DMapImpl(PBKey key)
public DMapImpl(int theId, int theSize)
Method Detail |
public PBKey getPBKey()
public void setPBKey(PBKey pbKey)
public java.util.Set entrySet()
entrySet
in interface java.util.Map
protected int generateNewId()
public int getId()
public java.lang.Object put(java.lang.Object key, java.lang.Object value)
put
in interface java.util.Map
public java.lang.Object remove(java.lang.Object key)
remove
in interface java.util.Map
public ManageableHashSet getEntries()
public void setEntries(ManageableHashSet entries)
entries
- The entries to setpublic void setId(int id)
id
- The id to setpublic int getSize()
public void setSize(int size)
size
- The size to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |