org.eclipse.jdt.internal.compiler.util
Class HashtableOfObjectToIntArray
java.lang.Object
org.eclipse.jdt.internal.compiler.util.HashtableOfObjectToIntArray
- All Implemented Interfaces:
- Cloneable
public final class HashtableOfObjectToIntArray
- extends Object
- implements Cloneable
Hashtable of {Object --> int[] }
keyTable
public Object[] keyTable
valueTable
public int[][] valueTable
elementSize
public int elementSize
HashtableOfObjectToIntArray
public HashtableOfObjectToIntArray()
HashtableOfObjectToIntArray
public HashtableOfObjectToIntArray(int size)
clone
public Object clone()
throws CloneNotSupportedException
- Overrides:
clone
in class Object
- Throws:
CloneNotSupportedException
containsKey
public boolean containsKey(Object key)
get
public int[] get(Object key)
keysToArray
public void keysToArray(Object[] array)
put
public int[] put(Object key,
int[] value)
removeKey
public int[] removeKey(Object key)
size
public int size()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012. All Rights Reserved.