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