com.cyclops.dbdigger.util
Class ArrayMap

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended bycom.cyclops.dbdigger.util.ArrayMap
All Implemented Interfaces:
Cloneable, Map, Serializable

public class ArrayMap
extends HashMap

Add description HERE!

Since:
2003-6-10 16:21:22
Author:
joel guo
See Also:
Serialized Form

Constructor Summary
ArrayMap()
           
 
Method Summary
 void clear()
          Override method clear() of super class
 Set keySet()
          Override method keySet() in super class
 Object put(Object key, Object value)
          Override method put() of super class
 void putAll(Map t)
          Override method putAll() of super class
 Object remove(Object key)
          Override method remove() of super class
 Collection values()
          Override method values() of super class
 
Methods inherited from class java.util.HashMap
clone, containsKey, containsValue, entrySet, get, isEmpty, size
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

ArrayMap

public ArrayMap()
Method Detail

clear

public void clear()
Override method clear() of super class

See Also:
Map.clear()

keySet

public Set keySet()
Override method keySet() in super class

See Also:
Map.keySet()

put

public Object put(Object key,
                  Object value)
Override method put() of super class

See Also:
Map.put(java.lang.Object, java.lang.Object)

putAll

public void putAll(Map t)
Override method putAll() of super class

See Also:
Map.putAll(java.util.Map)

remove

public Object remove(Object key)
Override method remove() of super class

See Also:
Map.remove(java.lang.Object)

values

public Collection values()
Override method values() of super class

See Also:
Map.values()


Copyright © 2003 Cyclops Group. All Rights Reserved.