org.neodatis.btree.impl.multiplevalue
Class BTreeMultipleValuesPerKey

java.lang.Object
  extended by org.neodatis.btree.impl.AbstractBTree
      extended by org.neodatis.btree.impl.multiplevalue.BTreeMultipleValuesPerKey
All Implemented Interfaces:
java.io.Serializable, IBTree, IBTreeMultipleValuesPerKey
Direct Known Subclasses:
ODBBTreeMultiple

public abstract class BTreeMultipleValuesPerKey
extends AbstractBTree
implements IBTreeMultipleValuesPerKey

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.neodatis.btree.impl.AbstractBTree
controlNumber, persister
 
Constructor Summary
BTreeMultipleValuesPerKey()
           
BTreeMultipleValuesPerKey(java.lang.String name, int degree, IBTreePersister persister)
           
 
Method Summary
 java.util.Iterator iterator(OrderByConstants orderBy)
           
 java.util.List search(java.lang.Comparable key)
           
 
Methods inherited from class org.neodatis.btree.impl.AbstractBTree
buildNode, clear, delete, getBiggest, getDegree, getHeight, getName, getPersister, getRoot, getSize, getSmallest, insert, internalDelete, setPersister, split
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.neodatis.btree.IBTreeMultipleValuesPerKey
delete
 
Methods inherited from interface org.neodatis.btree.IBTree
buildNode, clear, getBiggest, getDegree, getHeight, getId, getPersister, getRoot, getSize, getSmallest, insert, setId, setPersister, split
 

Constructor Detail

BTreeMultipleValuesPerKey

public BTreeMultipleValuesPerKey()

BTreeMultipleValuesPerKey

public BTreeMultipleValuesPerKey(java.lang.String name,
                                 int degree,
                                 IBTreePersister persister)
Method Detail

search

public java.util.List search(java.lang.Comparable key)
Specified by:
search in interface IBTreeMultipleValuesPerKey

iterator

public java.util.Iterator iterator(OrderByConstants orderBy)
Specified by:
iterator in interface IBTree