Package com.db4o.internal
Class DeleteInfo
- java.lang.Object
- 
- com.db4o.foundation.Tree<java.lang.Integer>
- 
- com.db4o.internal.TreeInt
- 
- com.db4o.internal.DeleteInfo
 
 
 
- 
- All Implemented Interfaces:
- DeepClone,- ShallowClone,- Visitable<java.lang.Integer>,- Readable,- ReadWriteable
 
 public class DeleteInfo extends TreeInt 
- 
- 
Field SummaryFields Modifier and Type Field Description ObjectReference_reference- 
Fields inherited from class com.db4o.foundation.Tree_preceding, _size, _subsequent
 
- 
 - 
Constructor SummaryConstructors Constructor Description DeleteInfo(int id, ObjectReference reference, int cascade)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectshallowClone()- 
Methods inherited from class com.db4o.internal.TreeIntadd, addAll, compare, duplicates, equals, find, find, key, marshalledLength, marshalledLength, marshalledLength, ownLength, read, removeLike, shallowCloneInternal, toString, write, 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, onAttemptToAddDuplicate, ownSize, remove, removeChildren, removeFirst, removeLike, removeLike, removeNode, root, rotateLeft, rotateRight, setSizeOwn, setSizeOwnPlus, setSizeOwnPlus, setSizeOwnPreceding, setSizeOwnPrecedingSubsequent, setSizeOwnSubsequent, size, size, traverse, traverse, traverse, traverseFromLeaves, wasAddedToTree
 
- 
 
- 
- 
- 
Field Detail- 
_referencepublic ObjectReference _reference 
 
- 
 - 
Constructor Detail- 
DeleteInfopublic DeleteInfo(int id, ObjectReference reference, int cascade)
 
- 
 - 
Method Detail- 
shallowClonepublic java.lang.Object shallowClone() - Specified by:
- shallowClonein interface- ShallowClone
- Overrides:
- shallowClonein class- TreeInt
 
 
- 
 
-