org.siebengeisslein.indexedlist
Class LongContentFactory

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

public class LongContentFactory
extends AbstractContentFactory


Constructor Summary
LongContentFactory(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

LongContentFactory

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