org.eclipse.jdt.internal.compiler.util
Class HashtableOfIntValues
java.lang.Object
org.eclipse.jdt.internal.compiler.util.HashtableOfIntValues
- All Implemented Interfaces:
- java.lang.Cloneable
public final class HashtableOfIntValues
- extends java.lang.Object
- implements java.lang.Cloneable
Hashtable of {char[] --> int}
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NO_VALUE
public static final int NO_VALUE
- See Also:
- Constant Field Values
keyTable
public char[][] keyTable
valueTable
public int[] valueTable
elementSize
public int elementSize
HashtableOfIntValues
public HashtableOfIntValues()
HashtableOfIntValues
public HashtableOfIntValues(int size)
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Overrides:
clone
in class java.lang.Object
- Throws:
java.lang.CloneNotSupportedException
containsKey
public boolean containsKey(char[] key)
get
public int get(char[] key)
put
public int put(char[] key,
int value)
removeKey
public int removeKey(char[] key)
size
public int size()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object