org.eclipse.jdt.internal.compiler.util
类 HashtableOfObjectToIntArray
java.lang.Object
org.eclipse.jdt.internal.compiler.util.HashtableOfObjectToIntArray
- 所有已实现的接口:
- 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
- 覆盖:
- 类
Object 中的 clone
- 抛出:
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()
- 覆盖:
- 类
Object 中的 toString
Copyright © 2013. All Rights Reserved.