ojb.odmg.collections
Class DMapImpl
java.lang.Object
|
+--java.util.AbstractMap
|
+--ojb.odmg.collections.DMapImpl
- All Implemented Interfaces:
- DMap, java.util.Map, java.io.Serializable
- public class DMapImpl
- extends java.util.AbstractMap
- implements DMap, java.io.Serializable
Insert the type's description here.
Creation date: (26.02.2001 16:54:08)
- See Also:
- Serialized Form
Nested classes inherited from class java.util.AbstractMap |
|
Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
Fields inherited from class java.util.AbstractMap |
|
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 |
java.lang.Object |
remove(java.lang.Object key)
|
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 |
DMapImpl
public DMapImpl()
- DMapImpl constructor comment.
DMapImpl
public DMapImpl(int theId,
int theSize)
- DMapImpl constructor comment.
entrySet
public java.util.Set entrySet()
- 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.
- Specified by:
entrySet
in interface java.util.Map
- Specified by:
entrySet
in class java.util.AbstractMap
- Returns:
- a set view of the mappings contained in this map.
getId
int getId()
- Insert the method's description here.
Creation date: (26.02.2001 20:02:12)
- Returns:
- int
put
public java.lang.Object put(java.lang.Object key,
java.lang.Object value)
- Method declaration
- Specified by:
put
in interface java.util.Map
- Overrides:
put
in class java.util.AbstractMap
- Parameters:
key
- value
-
- Returns:
remove
public java.lang.Object remove(java.lang.Object key)
- Specified by:
remove
in interface java.util.Map
- Overrides:
remove
in class java.util.AbstractMap
Authors: Thomas Mahler and others. (C) 2000, 2001.
All rights reserved. Published under the Gnu Public License.
http://objectbridge.sourceforge.net
Version: 0.8.375, 2002-04-04