org.siebengeisslein.indexedlist
Class BTreeNodeValues<Value>

java.lang.Object
  extended by org.siebengeisslein.client.Persistent
      extended by org.siebengeisslein.indexedlist.BTreeNodeValues<Value>
All Implemented Interfaces:
Instrumented, NoFollow

public class BTreeNodeValues<Value>
extends Persistent
implements NoFollow


Constructor Summary
BTreeNodeValues(int size)
           
 
Method Summary
 Ref get(int index)
           
 void insert(int index, Value value)
           
 void remove(int index)
           
 void set(int index, Value value)
           
 BTreeNodeValues<Value> split(int splitIndex)
           
 
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
 

Constructor Detail

BTreeNodeValues

public BTreeNodeValues(int size)
Method Detail

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)