org.siebengeisslein.indexedlist
Class IntContentFactory

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

public class IntContentFactory
extends AbstractContentFactory


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

IntContentFactory

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