com.ibm.dtfj.analyzer.j2se.wrappers
Class HashtableWrapper.Data
java.lang.Object
com.ibm.dtfj.analyzer.j2se.wrappers.HashtableWrapper.Data
- Enclosing class:
- HashtableWrapper
public class HashtableWrapper.Data
- extends java.lang.Object
An inner class used to represent the data contained in the original Hashtable. This
object implements several methods similar to those of a real Hashtable, but not all and not
exactly the same.
In particular, every key and and every value from the original Hashtable is
represented by a ObjectWrapper object here, not the original Object.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
size
public int size()
- Returns:
- the number of entries in the original Hashtable
get
public ObjectWrapper get(ObjectWrapper key)
- Lookup one entry from the original Hashtable
- Parameters:
key
- a ObjectWrapper that represents a key from the original Hashtable
- Returns:
- a ObjectWrapper that represents the value associated with the key in the
original Hashtable
keySet
public java.util.Set keySet()
- Returns:
- a Set containing one ObjectWrapper for each of the keys in the original Hashtable
entrySet
public java.util.Set entrySet()
- Returns:
- a Set containing one Map.entry for each of the entries in the original Hashtable,
which itself contains ObjectWrappers for the key and value
© Copyright IBM Corp. 2007, 2008 All Rights Reserved.
US Government Users Restricted Rights - Use, duplication or disclosure restricted
by GSA ADP Schedule Contract with IBM Corp.