Class InnerNode_Base
- java.lang.Object
-
- pt.ist.fenixframework.core.AbstractDomainObject
-
- pt.ist.fenixframework.adt.bplustree.AbstractNode_Base
-
- pt.ist.fenixframework.adt.bplustree.AbstractNode
-
- pt.ist.fenixframework.adt.bplustree.InnerNode_Base
-
- All Implemented Interfaces:
Serializable,Iterable,pt.ist.fenixframework.DomainObject
- Direct Known Subclasses:
pt.ist.fenixframework.adt.bplustree.InnerNode
public abstract class InnerNode_Base extends pt.ist.fenixframework.adt.bplustree.AbstractNode- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedInnerNode_Base()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TreeMap<Comparable,pt.ist.fenixframework.adt.bplustree.AbstractNode>getSubNodes()voidsetSubNodes(TreeMap<Comparable,pt.ist.fenixframework.adt.bplustree.AbstractNode> subNodes)-
Methods inherited from class pt.ist.fenixframework.adt.bplustree.AbstractNode
externalizeTreeMap, internalizeTreeMap
-
Methods inherited from class pt.ist.fenixframework.adt.bplustree.AbstractNode_Base
getParent, getRelationAdtNodeHasParent, setParent
-
Methods inherited from class pt.ist.fenixframework.core.AbstractDomainObject
checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplace
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-
-
-
Method Detail
-
getSubNodes
public TreeMap<Comparable,pt.ist.fenixframework.adt.bplustree.AbstractNode> getSubNodes()
-
setSubNodes
public void setSubNodes(TreeMap<Comparable,pt.ist.fenixframework.adt.bplustree.AbstractNode> subNodes)
-
-