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) |
public long[] keyTable
public Object[] valueTable
public int elementSize
Copyright © 2013. All rights reserved.