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 LongIntMap
public int get(long key)
get
in interface LongIntMap
public long getSize()
getSize
in interface LongIntMap
public int getMemoryUsage()
getMemoryUsage
in interface LongIntMap
public void optimize()
optimize
in interface LongIntMap
Copyright © 2012–2020. All rights reserved.