|
|||||||||
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<T>
org.neodatis.odb.impl.core.query.list.objects.InMemoryBTreeCollection<T>
public class InMemoryBTreeCollection<T>
An implementation of an ordered Collection based on a BTree implementation that holds all objects in memory
Constructor Summary | |
---|---|
InMemoryBTreeCollection()
|
|
InMemoryBTreeCollection(int size)
|
|
InMemoryBTreeCollection(int size,
OrderByConstants orderByType)
|
Method Summary | |
---|---|
IBTree |
buildTree(int degree)
|
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 java.util.Collection |
---|
equals, hashCode |
Constructor Detail |
---|
public InMemoryBTreeCollection(int size)
public InMemoryBTreeCollection(int size, OrderByConstants orderByType)
public InMemoryBTreeCollection()
Method Detail |
---|
public IBTree buildTree(int degree)
buildTree
in class AbstractBTreeCollection<T>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |