Uses of Class
com.db4o.internal.TreeInt
-
Packages that use TreeInt Package Description com.db4o.internal com.db4o.internal.freespace com.db4o.internal.ids com.db4o.internal.marshall com.db4o.internal.query.processor com.db4o.internal.slots -
-
Uses of TreeInt in com.db4o.internal
Subclasses of TreeInt in com.db4o.internal Modifier and Type Class Description class
DeleteInfo
class
TreeIntObject<T>
Methods in com.db4o.internal that return TreeInt Modifier and Type Method Description static TreeInt
TreeInt. add(TreeInt tree, int value)
TreeInt
TreeInt. find(int a_key)
static TreeInt
TreeInt. find(Tree a_in, int a_key)
static TreeInt
TreeInt. removeLike(TreeInt tree, int value)
Methods in com.db4o.internal with parameters of type TreeInt Modifier and Type Method Description static TreeInt
TreeInt. add(TreeInt tree, int value)
static int
TreeInt. marshalledLength(TreeInt a_tree)
static TreeInt
TreeInt. removeLike(TreeInt tree, int value)
static void
TreeInt. write(ByteArrayBuffer buffer, TreeInt tree)
static void
TreeInt. write(ByteArrayBuffer buffer, TreeInt tree, int size)
-
Uses of TreeInt in com.db4o.internal.freespace
Subclasses of TreeInt in com.db4o.internal.freespace Modifier and Type Class Description class
FreeSlotNode
-
Uses of TreeInt in com.db4o.internal.ids
Subclasses of TreeInt in com.db4o.internal.ids Modifier and Type Class Description class
IdSlotTree
-
Uses of TreeInt in com.db4o.internal.marshall
Methods in com.db4o.internal.marshall that return TreeInt Modifier and Type Method Description TreeInt
CollectIdContext. ids()
TreeInt
IdObjectCollector. ids()
TreeInt
QueryingReadContext. ids()
-
Uses of TreeInt in com.db4o.internal.query.processor
Subclasses of TreeInt in com.db4o.internal.query.processor Modifier and Type Class Description class
QCandidate
Represents an actual object in the database.class
QCandidateBase
class
QPrimitiveCandidate
-
Uses of TreeInt in com.db4o.internal.slots
Subclasses of TreeInt in com.db4o.internal.slots Modifier and Type Class Description class
FreespaceSlotChange
class
IdSystemSlotChange
class
ReferencedSlot
class
SlotChange
class
SystemSlotChange
-