Package com.db4o.internal.ids
Class IdSlotTree
- java.lang.Object
- 
- com.db4o.foundation.Tree<java.lang.Integer>
- 
- com.db4o.internal.TreeInt
- 
- com.db4o.internal.ids.IdSlotTree
 
 
 
- 
- All Implemented Interfaces:
- DeepClone,- ShallowClone,- Visitable<java.lang.Integer>,- Readable,- ReadWriteable
 
 public class IdSlotTree extends TreeInt 
- 
- 
Field Summary- 
Fields inherited from class com.db4o.foundation.Tree_preceding, _size, _subsequent
 
- 
 - 
Constructor SummaryConstructors Constructor Description IdSlotTree(int id, Slot slot)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TreeonAttemptToAddDuplicate(Tree oldNode)intownLength()java.lang.Objectread(ByteArrayBuffer buffer)Slotslot()voidwrite(ByteArrayBuffer buffer)- 
Methods inherited from class com.db4o.internal.TreeIntadd, addAll, compare, duplicates, equals, find, find, key, marshalledLength, marshalledLength, marshalledLength, removeLike, shallowClone, shallowCloneInternal, toString, write, write
 - 
Methods inherited from class com.db4o.foundation.Treeaccept, add, add, add, addedOrExisting, balance, balanceCheckNulls, calculateSize, deepClone, deepClone, depth, filter, find, find, findGreaterOrEqual, findSmaller, first, last, last, nodes, ownSize, remove, removeChildren, removeFirst, removeLike, removeLike, removeNode, root, rotateLeft, rotateRight, setSizeOwn, setSizeOwnPlus, setSizeOwnPlus, setSizeOwnPreceding, setSizeOwnPrecedingSubsequent, setSizeOwnSubsequent, size, size, traverse, traverse, traverse, traverseFromLeaves, wasAddedToTree
 
- 
 
- 
- 
- 
Constructor Detail- 
IdSlotTreepublic IdSlotTree(int id, Slot slot)
 
- 
 - 
Method Detail- 
slotpublic Slot slot() 
 - 
onAttemptToAddDuplicatepublic Tree onAttemptToAddDuplicate(Tree oldNode) - Overrides:
- onAttemptToAddDuplicatein class- Tree<java.lang.Integer>
 
 - 
readpublic java.lang.Object read(ByteArrayBuffer buffer) 
 - 
writepublic void write(ByteArrayBuffer buffer) - Specified by:
- writein interface- ReadWriteable
- Overrides:
- writein class- TreeInt
 
 
- 
 
-