Class LeafNodeArray_Base

  • All Implemented Interfaces:
    Serializable, Iterable, pt.ist.fenixframework.DomainObject

    public abstract class LeafNodeArray_Base
    extends pt.ist.fenixframework.adt.bplustree.AbstractNodeArray
    See Also:
    Serialized Form
    • 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 LeafNodeArray_Base()  
    • Constructor Detail

      • LeafNodeArray_Base

        protected LeafNodeArray_Base()
    • Method Detail

      • getRelationLeafNodeArrayHasSibling

        public static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.adt.bplustree.LeafNodeArray,​pt.ist.fenixframework.adt.bplustree.LeafNodeArray> getRelationLeafNodeArrayHasSibling()
      • getEntries

        public pt.ist.fenixframework.adt.bplustree.DoubleArray<Serializable> getEntries()
      • setEntries

        public void setEntries​(pt.ist.fenixframework.adt.bplustree.DoubleArray<Serializable> entries)
      • getPrevious

        public pt.ist.fenixframework.adt.bplustree.LeafNodeArray getPrevious()
      • setPrevious

        public void setPrevious​(pt.ist.fenixframework.adt.bplustree.LeafNodeArray previous)
      • getNext

        public pt.ist.fenixframework.adt.bplustree.LeafNodeArray getNext()
      • setNext

        public void setNext​(pt.ist.fenixframework.adt.bplustree.LeafNodeArray next)