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:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedLeafNode_Base()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TreeMap<Comparable,? extends Serializable>getEntries()pt.ist.fenixframework.adt.bplustree.LeafNodegetNext()pt.ist.fenixframework.adt.bplustree.LeafNodegetPrevious()static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.adt.bplustree.LeafNode,pt.ist.fenixframework.adt.bplustree.LeafNode>getRelationAdtLeafNodeHasSibling()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, 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
-
getRelationAdtLeafNodeHasSibling
public static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.adt.bplustree.LeafNode,pt.ist.fenixframework.adt.bplustree.LeafNode> getRelationAdtLeafNodeHasSibling()
-
getEntries
public TreeMap<Comparable,? extends Serializable> getEntries()
-
setEntries
public void setEntries(TreeMap<Comparable,? extends Serializable> entries)
-
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)
-
-