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:
- Serialized Form
-
-
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>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDomainLeafNode_Base()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TreeMap<Comparable,pt.ist.fenixframework.core.AbstractDomainObject>getDomainEntries()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, 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
-
-
-
-
Method Detail
-
getDomainEntries
public TreeMap<Comparable,pt.ist.fenixframework.core.AbstractDomainObject> getDomainEntries()
-
setDomainEntries
public void setDomainEntries(TreeMap<Comparable,pt.ist.fenixframework.core.AbstractDomainObject> domainEntries)
-
-