| Modifier and Type | Field and Description |
|---|---|
int |
elementSize |
Object[] |
keyTable |
int[][] |
valueTable |
| Constructor and Description |
|---|
HashtableOfObjectToIntArray() |
HashtableOfObjectToIntArray(int size) |
public Object[] keyTable
public int[][] valueTable
public int elementSize
public HashtableOfObjectToIntArray()
public HashtableOfObjectToIntArray(int size)
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic boolean containsKey(Object key)
public int[] get(Object key)
public void keysToArray(Object[] array)
public int[] put(Object key, int[] value)
public int[] removeKey(Object key)
public int size()
Copyright © 2013. All rights reserved.