Class DomainLeafNode_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
pt.ist.fenixframework.adt.bplustree.LeafNode
pt.ist.fenixframework.adt.bplustree.DomainLeafNode_Base
All Implemented Interfaces:
Serializable, Iterable, pt.ist.fenixframework.DomainObject

public abstract class DomainLeafNode_Base extends pt.ist.fenixframework.adt.bplustree.LeafNode
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class pt.ist.fenixframework.adt.bplustree.LeafNode

    pt.ist.fenixframework.adt.bplustree.LeafNode.GenericLeafNodeIterator<T extends Object>

    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
    TreeMap<Comparable,pt.ist.fenixframework.core.AbstractDomainObject>
     
    void
    setDomainEntries(TreeMap<Comparable,pt.ist.fenixframework.core.AbstractDomainObject> domainEntries)
     

    Methods inherited from class pt.ist.fenixframework.adt.bplustree.LeafNode

    containsKey, createInnerNode, createNodeWithEntries, dump, get, getIndex, insert, iterator, remove, removeIndex, size

    Methods inherited from class pt.ist.fenixframework.adt.bplustree.LeafNode_Base

    getEntries, getNext, getPrevious, getRelationAdtLeafNodeHasSibling, setEntries, setNext, setPrevious

    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, spliterator
  • Constructor Details

    • DomainLeafNode_Base

      protected DomainLeafNode_Base()
  • Method Details

    • getDomainEntries

      public TreeMap<Comparable,pt.ist.fenixframework.core.AbstractDomainObject> getDomainEntries()
    • setDomainEntries

      public void setDomainEntries(TreeMap<Comparable,pt.ist.fenixframework.core.AbstractDomainObject> domainEntries)