Package | Description |
---|---|
org.egothor.dynamizer |
This package defines a common dynamization and its implementation
for our index data structures.
|
org.egothor.slotter |
This package is responsible for management of arrays of DynStruct
objects.
|
Modifier and Type | Method and Description |
---|---|
Slot |
Dynamizer.initializeUnderControl(int slot)
Require manager to watch over a slot (if it does not yet).
|
Modifier and Type | Method and Description |
---|---|
Slot |
SlotMap.addUnderControl(int slot) |
Slot |
SlotMap.pullOverBarrel(BarrelReader reader,
String srcLocation)
Pulls over (moves) srcLocation barrel into this databes.
|
Slot |
SlotMap.save(BarrelReader reader) |
Modifier and Type | Method and Description |
---|---|
void |
SlotMap.destroy(Slot slot) |
Barrel |
SlotMap.get(Slot slot) |
void |
SlotMap.softDestroy(Slot slot) |
Copyright © 2016 Egothor. All Rights Reserved.