| java.lang.Object java.util.AbstractMap org.apache.ojb.odmg.collections.DMapImpl
Constructor Summary | |
public | DMapImpl() DMapImpl constructor comment. | public | DMapImpl(PBKey key) DListImpl constructor comment. |
DMapImpl | public DMapImpl()(Code) | | DMapImpl constructor comment.
|
DMapImpl | public DMapImpl(PBKey key)(Code) | | DListImpl constructor comment.
|
entrySet | public Set entrySet()(Code) | | Returns a set view of the mappings contained in this map. Each element
in the returned set is a Map.Entry. The set is backed by the
map, so changes to the map are reflected in the set, and vice-versa.
If the map is modified while an iteration over the set is in progress,
the results of the iteration are undefined. The set supports element
removal, which removes the corresponding mapping from the map, via the
Iterator.remove, Set.remove, removeAll,
retainAll and clear operations. It does not support
the add or addAll operations.
a set view of the mappings contained in this map. |
getEntries | public Set getEntries()(Code) | | Gets the entries.
Returns a Set |
getId | public Integer getId()(Code) | | lazily retrieve the ID of the set, no need to precompute it.
|
setEntries | public void setEntries(ManageableHashSet entries)(Code) | | Sets the entries.
Parameters: entries - The entries to set |
setId | public void setId(Integer id)(Code) | | Sets the id.
Parameters: id - The id to set |
|
|