org.siebengeisslein.indexedlist
Class RefContentFactory

java.lang.Object
  extended by org.siebengeisslein.client.Persistent
      extended by org.siebengeisslein.indexedlist.AbstractContentFactory
          extended by org.siebengeisslein.indexedlist.RefContentFactory
All Implemented Interfaces:
java.lang.Cloneable, CloneAware, Instrumented, BTreeNodeContentFactory

public class RefContentFactory
extends AbstractContentFactory


Constructor Summary
RefContentFactory(int nodeSize)
           
 
Method Summary
 CloneAware clone(CloneHelper helper)
           
 java.util.Comparator createComparator()
           
 BTreeNodeKeys createKeys()
           
 java.util.Comparator createPrefixComparator()
           
 
Methods inherited from class org.siebengeisslein.indexedlist.AbstractContentFactory
createInnerValues, createLeafValues, getNodeSize
 
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

RefContentFactory

public RefContentFactory(int nodeSize)
Method Detail

createKeys

public BTreeNodeKeys createKeys()

createPrefixComparator

public java.util.Comparator createPrefixComparator()

clone

public CloneAware clone(CloneHelper helper)
                 throws java.lang.CloneNotSupportedException
Throws:
java.lang.CloneNotSupportedException

createComparator

public java.util.Comparator createComparator()
Specified by:
createComparator in interface BTreeNodeContentFactory
Overrides:
createComparator in class AbstractContentFactory