Class LeafNode_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.LeafNode_Base
- All Implemented Interfaces:
Serializable,Iterable,pt.ist.fenixframework.DomainObject
- Direct Known Subclasses:
pt.ist.fenixframework.adt.bplustree.LeafNode
public abstract class LeafNode_Base
extends pt.ist.fenixframework.adt.bplustree.AbstractNode
- 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 TypeMethodDescriptionTreeMap<Comparable,? extends Serializable> pt.ist.fenixframework.adt.bplustree.LeafNodegetNext()pt.ist.fenixframework.adt.bplustree.LeafNodestatic pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.adt.bplustree.LeafNode,pt.ist.fenixframework.adt.bplustree.LeafNode> voidsetEntries(TreeMap<Comparable, ? extends Serializable> entries) voidsetNext(pt.ist.fenixframework.adt.bplustree.LeafNode next) voidsetPrevious(pt.ist.fenixframework.adt.bplustree.LeafNode previous) Methods inherited from class pt.ist.fenixframework.adt.bplustree.AbstractNode
externalizeTreeMap, internalizeTreeMapMethods inherited from class pt.ist.fenixframework.adt.bplustree.AbstractNode_Base
getParent, getRelationAdtNodeHasParent, 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
-
LeafNode_Base
protected LeafNode_Base()
-
-
Method Details
-
getRelationAdtLeafNodeHasSibling
public static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.adt.bplustree.LeafNode,pt.ist.fenixframework.adt.bplustree.LeafNode> getRelationAdtLeafNodeHasSibling() -
getEntries
-
setEntries
-
getPrevious
public pt.ist.fenixframework.adt.bplustree.LeafNode getPrevious() -
setPrevious
public void setPrevious(pt.ist.fenixframework.adt.bplustree.LeafNode previous) -
getNext
public pt.ist.fenixframework.adt.bplustree.LeafNode getNext() -
setNext
public void setNext(pt.ist.fenixframework.adt.bplustree.LeafNode next)
-