public class GHLongIntBTree extends Object implements LongIntMap
| Constructor and Description |
|---|
GHLongIntBTree(int maxLeafEntries) |
| Modifier and Type | Method and Description |
|---|---|
int |
get(long key) |
int |
getMemoryUsage() |
long |
getSize() |
void |
optimize() |
int |
put(long key,
int value) |
String |
toString() |
public int put(long key,
int value)
put in interface LongIntMappublic int get(long key)
get in interface LongIntMappublic long getSize()
getSize in interface LongIntMappublic int getMemoryUsage()
getMemoryUsage in interface LongIntMappublic void optimize()
optimize in interface LongIntMapCopyright © 2012–2020. All rights reserved.