| Modifier and Type | Field and Description |
|---|---|
int |
elementSize |
Object[] |
keyTable |
int[][] |
valueTable |
| Constructor and Description |
|---|
HashtableOfObjectToIntArray() |
HashtableOfObjectToIntArray(int size) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
boolean |
containsKey(Object key) |
int[] |
get(Object key) |
void |
keysToArray(Object[] array) |
int[] |
put(Object key,
int[] value) |
int[] |
removeKey(Object key) |
int |
size() |
String |
toString() |
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 © 2015. All rights reserved.