|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neodatis.btree.AbstractBTreeIterator
org.neodatis.btree.BTreeIteratorMultipleValuesPerKey
public class BTreeIteratorMultipleValuesPerKey
An iterator to iterate over NeoDatis BTree that accept more than one value per key. This is used for non unique index and collection that return ordered by results
Field Summary |
---|
Fields inherited from class org.neodatis.btree.AbstractBTreeIterator |
---|
currentNode, nbReturnedElements |
Constructor Summary | |
---|---|
BTreeIteratorMultipleValuesPerKey(IBTree tree,
OrderByConstants orderByType)
|
Method Summary | |
---|---|
java.lang.Object |
getValueAt(IBTreeNode node,
int currentIndex)
|
java.lang.Object |
next()
|
Methods inherited from class org.neodatis.btree.AbstractBTreeIterator |
---|
hasNext, nextAsc, nextDesc, remove, reset |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BTreeIteratorMultipleValuesPerKey(IBTree tree, OrderByConstants orderByType)
tree
- orderByType
- Method Detail |
---|
public java.lang.Object next()
next
in interface java.util.Iterator
next
in class AbstractBTreeIterator
public java.lang.Object getValueAt(IBTreeNode node, int currentIndex)
getValueAt
in class AbstractBTreeIterator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |