org.siebengeisslein.indexedlist
Class BTreeNodeValues<Value>
java.lang.Object
org.siebengeisslein.client.Persistent
org.siebengeisslein.indexedlist.BTreeNodeValues<Value>
- All Implemented Interfaces:
- Instrumented, NoFollow
public class BTreeNodeValues<Value>
- extends Persistent
- implements NoFollow
| Methods inherited from class org.siebengeisslein.client.Persistent |
abort, clearUserLocals, clone, commit, disposeTransient, getGroup, getRef, getTransientValue, hashCode, initTransient, isWriteTransaction, joinWriteTransaction, readLock, setGroup, setTransientValue, toPersistent, toRef, writeExternal, writeLock |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
BTreeNodeValues
public BTreeNodeValues(int size)
set
public void set(int index,
Value value)
get
public Ref get(int index)
insert
public void insert(int index,
Value value)
split
public BTreeNodeValues<Value> split(int splitIndex)
remove
public void remove(int index)