org.neodatis.btree
Interface IBTreeNodeMultipleValuesPerKey

All Superinterfaces:
IBTreeNode, java.io.Serializable
All Known Implementing Classes:
BTreeNodeMultipleValuesPerKey, InMemoryBTreeNodeMultipleValuesPerKey, ODBBTreeNodeMultiple

public interface IBTreeNodeMultipleValuesPerKey
extends IBTreeNode

The interface for btree nodes that accept One Value Per Key

Author:
olivier

Method Summary
 java.util.List getValueAt(int index)
           
 java.util.List search(java.lang.Comparable key)
           
 
Methods inherited from interface org.neodatis.btree.IBTreeNode
clear, deleteChildAt, deleteKeyAndValueAt, deleteKeyForLeafNode, extractRightPart, getBTree, getChildAt, getChildIdAt, getDegree, getId, getKeyAndValueAt, getKeyAt, getLastChild, getLastKeyAndValue, getLastPositionChild, getMaxNbChildren, getMedian, getNbChildren, getNbKeys, getParent, getParentId, getPositionOfKey, getValueAsObjectAt, hasParent, incrementNbChildren, incrementNbKeys, insertKeyAndValue, isFull, isLeaf, mergeWith, moveChildFromTo, removeKeyAndValueAt, setBTree, setChildAt, setChildAt, setId, setKeyAndValueAt, setKeyAndValueAt, setKeyAndValueAt, setKeyAndValueAt, setNbChildren, setNbKeys, setNullChildAt, setParent
 

Method Detail

getValueAt

java.util.List getValueAt(int index)

search

java.util.List search(java.lang.Comparable key)