public final class HashtableOfLong extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
elementSize |
long[] |
keyTable |
Object[] |
valueTable |
| Constructor and Description |
|---|
HashtableOfLong() |
HashtableOfLong(int size) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(long key) |
Object |
get(long key) |
Object |
put(long key,
Object value) |
int |
size() |
String |
toString() |
public long[] keyTable
public Object[] valueTable
public int elementSize
Copyright © 2015. All rights reserved.