public final class HashtableOfInt extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
elementSize |
int[] |
keyTable |
Object[] |
valueTable |
| Constructor and Description |
|---|
HashtableOfInt() |
HashtableOfInt(int size) |
public int[] keyTable
public Object[] valueTable
public int elementSize
Copyright © 2013. All rights reserved.