| Constructor and Description |
|---|
MMapTreeMap(String path) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(Long key) |
Long |
get(Long key) |
Iterable<Long> |
keySet() |
void |
printOrder(Long pos) |
void |
put(Long key,
Long value) |
Long |
size() |
public MMapTreeMap(String path)
public boolean containsKey(Long key)
containsKey in interface MMapMappublic void printOrder(Long pos)
printOrder in interface MMapMapCopyright © 2017. All rights reserved.