T - The class to store.public final class LongHashMap<T> extends Object
| Constructor and Description |
|---|
LongHashMap() |
LongHashMap(int capacity) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(long key) |
T |
get(long key) |
T |
put(long key,
T value) |
T |
remove(long key) |
void |
reserveRoom(int entryCount)
Target load: 0,6
|
void |
setCapacity(int newCapacity) |
int |
size() |
Copyright © 2016. All rights reserved.