|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neodatis.odb.impl.core.query.list.objects.AbstractBTreeCollection<ObjectValues>
org.neodatis.odb.impl.core.query.list.values.InMemoryBTreeCollectionForValues
public class InMemoryBTreeCollectionForValues
An ordered Collection to hold values (not objects) based on a BTree implementation. It holds all values in memory.
Constructor Summary | |
---|---|
InMemoryBTreeCollectionForValues()
|
|
InMemoryBTreeCollectionForValues(int size)
|
|
InMemoryBTreeCollectionForValues(int size,
OrderByConstants orderByType)
|
Method Summary | |
---|---|
IBTree |
buildTree(int degree)
|
ObjectValues |
nextValues()
|
Methods inherited from class org.neodatis.odb.impl.core.query.list.objects.AbstractBTreeCollection |
---|
add, addAll, addWithKey, addWithKey, clear, contains, containsAll, getFirst, getOrderByType, getTree, hasNext, isEmpty, iterator, iterator, next, remove, removeAll, removeByKey, reset, retainAll, size, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.neodatis.odb.Values |
---|
addWithKey, addWithKey, getFirst, hasNext, iterator, reset |
Methods inherited from interface org.neodatis.odb.Objects |
---|
next, removeByKey |
Methods inherited from interface java.util.Collection |
---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Constructor Detail |
---|
public InMemoryBTreeCollectionForValues(int size)
public InMemoryBTreeCollectionForValues(int size, OrderByConstants orderByType)
public InMemoryBTreeCollectionForValues()
Method Detail |
---|
public IBTree buildTree(int degree)
buildTree
in class AbstractBTreeCollection<ObjectValues>
public ObjectValues nextValues()
nextValues
in interface Values
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |