org.siebengeisslein.indexedlist
Class StringContentFactory

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

public class StringContentFactory
extends AbstractContentFactory


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

StringContentFactory

public StringContentFactory(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