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 -
Method Summary
Modifier and TypeMethodDescriptionTreeMap<Comparable,pt.ist.fenixframework.core.AbstractDomainObject> voidsetDomainEntries(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, sizeMethods inherited from class pt.ist.fenixframework.adt.bplustree.LeafNode_Base
getEntries, getNext, getPrevious, getRelationAdtLeafNodeHasSibling, setEntries, setNext, setPreviousMethods 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, spliterator
-
Constructor Details
-
DomainLeafNode_Base
protected DomainLeafNode_Base()
-
-
Method Details
-
getDomainEntries
-
setDomainEntries
public void setDomainEntries(TreeMap<Comparable, pt.ist.fenixframework.core.AbstractDomainObject> domainEntries)
-