IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.base
Class Hashtable

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable
          extended by com.ibm.btt.base.Hashtable
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map
Direct Known Subclasses:
ErrorInfo

public class Hashtable
extends java.util.Hashtable
implements java.util.Map, java.io.Serializable

BTT Hashtable

See Also:
Serialized Form

Nested Class Summary
(package private)  class Hashtable.MyEnumeration
           
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Constructor Summary
Hashtable()
          This constructor creates a Hashtable object.
Hashtable(boolean isSync)
          This constructor creates a Hashtable object.
Hashtable(int initialCapacity)
          This constructor creates a Hashtable object with a specified initialCapacity .
Hashtable(int initialCapacity, float loadFactor)
          /** This constructor creates a Hashtable object with a specified initialCapacity and loadFactor .
 
Method Summary
 void clear()
           
 java.lang.Object clone()
          Returns a new Hashtable cloned from the current one.
 boolean contains(java.lang.Object arg0)
           
 boolean containsKey(java.lang.Object arg0)
           
 boolean containsValue(java.lang.Object arg0)
           
 java.util.Enumeration elements()
           
 java.util.Set entrySet()
           
 boolean equals(java.lang.Object arg0)
           
 java.lang.Object get(java.lang.Object arg0)
           
 int hashCode()
           
 boolean isEmpty()
           
 java.lang.Object keyAtValue(java.lang.Object aValue)
          Gets the key at the given value.
 java.util.Enumeration keys()
           
 java.util.Set keySet()
           
 java.lang.Object put(java.lang.Object arg0, java.lang.Object arg1)
           
 void putAll(java.util.Map arg0)
           
protected  void rehash()
           
 java.lang.Object remove(java.lang.Object arg0)
           
 void removeAll()
          Removes all elements from the Hashtable.
 int size()
           
 java.lang.String toString()
          Returns a visual representation of the instance.
 java.util.Collection values()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Hashtable

public Hashtable()
This constructor creates a Hashtable object.


Hashtable

public Hashtable(boolean isSync)
This constructor creates a Hashtable object.

Parameters:
isSync -

Hashtable

public Hashtable(int initialCapacity)
This constructor creates a Hashtable object with a specified initialCapacity .

Parameters:
initialCapacity - int

Hashtable

public Hashtable(int initialCapacity,
                 float loadFactor)
/** This constructor creates a Hashtable object with a specified initialCapacity and loadFactor .

Parameters:
initialCapacity - int
loadFactor - float
Method Detail

clone

public java.lang.Object clone()
Returns a new Hashtable cloned from the current one.

Overrides:
clone in class java.util.Hashtable
Returns:
java.lang.Object

keyAtValue

public java.lang.Object keyAtValue(java.lang.Object aValue)
Gets the key at the given value.

Parameters:
aValue - java.lang.Object
Returns:
java.lang.Object

removeAll

public void removeAll()
Removes all elements from the Hashtable.


toString

public java.lang.String toString()
Returns a visual representation of the instance.

Overrides:
toString in class java.util.Hashtable
Returns:
java.lang.String

clear

public void clear()
Specified by:
clear in interface java.util.Map
Overrides:
clear in class java.util.Hashtable

contains

public boolean contains(java.lang.Object arg0)
Overrides:
contains in class java.util.Hashtable

containsKey

public boolean containsKey(java.lang.Object arg0)
Specified by:
containsKey in interface java.util.Map
Overrides:
containsKey in class java.util.Hashtable

containsValue

public boolean containsValue(java.lang.Object arg0)
Specified by:
containsValue in interface java.util.Map
Overrides:
containsValue in class java.util.Hashtable

elements

public java.util.Enumeration elements()
Overrides:
elements in class java.util.Hashtable

entrySet

public java.util.Set entrySet()
Specified by:
entrySet in interface java.util.Map
Overrides:
entrySet in class java.util.Hashtable

equals

public boolean equals(java.lang.Object arg0)
Specified by:
equals in interface java.util.Map
Overrides:
equals in class java.util.Hashtable

get

public java.lang.Object get(java.lang.Object arg0)
Specified by:
get in interface java.util.Map
Overrides:
get in class java.util.Hashtable

hashCode

public int hashCode()
Specified by:
hashCode in interface java.util.Map
Overrides:
hashCode in class java.util.Hashtable

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface java.util.Map
Overrides:
isEmpty in class java.util.Hashtable

keys

public java.util.Enumeration keys()
Overrides:
keys in class java.util.Hashtable

keySet

public java.util.Set keySet()
Specified by:
keySet in interface java.util.Map
Overrides:
keySet in class java.util.Hashtable

put

public java.lang.Object put(java.lang.Object arg0,
                            java.lang.Object arg1)
Specified by:
put in interface java.util.Map
Overrides:
put in class java.util.Hashtable

putAll

public void putAll(java.util.Map arg0)
Specified by:
putAll in interface java.util.Map
Overrides:
putAll in class java.util.Hashtable

rehash

protected void rehash()
Overrides:
rehash in class java.util.Hashtable

remove

public java.lang.Object remove(java.lang.Object arg0)
Specified by:
remove in interface java.util.Map
Overrides:
remove in class java.util.Hashtable

size

public int size()
Specified by:
size in interface java.util.Map
Overrides:
size in class java.util.Hashtable

values

public java.util.Collection values()
Specified by:
values in interface java.util.Map
Overrides:
values in class java.util.Hashtable

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011