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
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    pt.ist.fenixframework.adt.bplustree.LeafNode
     
    pt.ist.fenixframework.adt.bplustree.LeafNode
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.adt.bplustree.LeafNode,pt.ist.fenixframework.adt.bplustree.LeafNode>
     
    void
     
    void
    setNext(pt.ist.fenixframework.adt.bplustree.LeafNode next)
     
    void
    setPrevious(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
  • 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

      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)