Package | Description |
---|---|
org.axiondb.engine |
Core database machinery.
|
org.axiondb.engine.indexes |
Modifier and Type | Method and Description |
---|---|
protected void |
ObjectArrayIndexLoader.writeKeys(java.io.ObjectOutputStream out,
BaseArrayIndex baseindex) |
protected void |
IntArrayIndexLoader.writeKeys(java.io.ObjectOutputStream out,
BaseArrayIndex index) |
Modifier and Type | Class and Description |
---|---|
class |
IntArrayIndex
An
array index over integer keys. |
class |
ObjectArrayIndex
An
index over Object keys. |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
BaseArrayIndexLoader.writeKeys(java.io.ObjectOutputStream out,
BaseArrayIndex baseindex) |