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