public abstract class PowerOfTwoQuantizedTable<VALUE> extends Object implements Table<VALUE>
| Modifier and Type | Method and Description |
|---|---|
static int |
baseCapacity(int h) |
int |
capacity() |
void |
clear()
Removes all entries from this table.
|
void |
close()
Free any resources
|
Table<VALUE> |
grow()
Grows the table to double that of the current size.
|
int |
h() |
boolean |
isEmpty() |
int |
mask() |
long |
nullKey() |
int |
size() |
String |
toString() |
int |
version() |
int |
version(int index) |
public static int baseCapacity(int h)
public int h()
public int mask()
public int capacity()
public boolean isEmpty()
public int size()
public void clear()
Tablepublic int version()
public int version(int index)
public long nullKey()
public Table<VALUE> grow()
TableTable.nullKey()
after this method has been called.
The Table.size() should be reset here as well since after it has grown then it will be re-populated
immediately with the existing data.Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.