ojb.server.collections
Class DMapImpl

java.lang.Object
  |
  +--java.util.AbstractMap
        |
        +--ojb.server.collections.DMapImpl
All Implemented Interfaces:
DMap, java.util.Map

public class DMapImpl
extends java.util.AbstractMap
implements DMap

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
, clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, values
 

Constructor Detail

DMapImpl

public DMapImpl()
DMapImpl constructor comment.

DMapImpl

public DMapImpl(int theId,
                int theSize)
DMapImpl constructor comment.
Method Detail

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
Overrides:
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:
 
See Also:


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