Class InnerNodeArray_Base
java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
pt.ist.fenixframework.adt.bplustree.AbstractNodeArray_Base
pt.ist.fenixframework.adt.bplustree.AbstractNodeArray
pt.ist.fenixframework.adt.bplustree.InnerNodeArray_Base
- All Implemented Interfaces:
Serializable,Iterable,pt.ist.fenixframework.DomainObject
public abstract class InnerNodeArray_Base
extends pt.ist.fenixframework.adt.bplustree.AbstractNodeArray
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class pt.ist.fenixframework.core.AbstractDomainObject
pt.ist.fenixframework.core.AbstractDomainObject.SerializedForm -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpt.ist.fenixframework.adt.bplustree.DoubleArray<pt.ist.fenixframework.adt.bplustree.AbstractNodeArray>voidsetSubNodes(pt.ist.fenixframework.adt.bplustree.DoubleArray<pt.ist.fenixframework.adt.bplustree.AbstractNodeArray> subNodes) Methods inherited from class pt.ist.fenixframework.adt.bplustree.AbstractNodeArray
externalizeArrays, internalizeArraysMethods inherited from class pt.ist.fenixframework.adt.bplustree.AbstractNodeArray_Base
getParent, getRelationNodeArrayHasParent, setParentMethods inherited from class pt.ist.fenixframework.core.AbstractDomainObject
checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplaceMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Constructor Details
-
InnerNodeArray_Base
protected InnerNodeArray_Base()
-
-
Method Details
-
getSubNodes
public pt.ist.fenixframework.adt.bplustree.DoubleArray<pt.ist.fenixframework.adt.bplustree.AbstractNodeArray> getSubNodes() -
setSubNodes
public void setSubNodes(pt.ist.fenixframework.adt.bplustree.DoubleArray<pt.ist.fenixframework.adt.bplustree.AbstractNodeArray> subNodes)
-