Class LeafNodeArray_Base
- java.lang.Object
-
- pt.ist.fenixframework.core.AbstractDomainObject
-
- pt.ist.fenixframework.adt.bplustree.AbstractNodeArray_Base
-
- pt.ist.fenixframework.adt.bplustree.AbstractNodeArray
-
- pt.ist.fenixframework.adt.bplustree.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
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedLeafNodeArray_Base()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description pt.ist.fenixframework.adt.bplustree.DoubleArray<Serializable>getEntries()pt.ist.fenixframework.adt.bplustree.LeafNodeArraygetNext()pt.ist.fenixframework.adt.bplustree.LeafNodeArraygetPrevious()static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.adt.bplustree.LeafNodeArray,pt.ist.fenixframework.adt.bplustree.LeafNodeArray>getRelationLeafNodeArrayHasSibling()voidsetEntries(pt.ist.fenixframework.adt.bplustree.DoubleArray<Serializable> entries)voidsetNext(pt.ist.fenixframework.adt.bplustree.LeafNodeArray next)voidsetPrevious(pt.ist.fenixframework.adt.bplustree.LeafNodeArray previous)-
Methods inherited from class pt.ist.fenixframework.adt.bplustree.AbstractNodeArray
externalizeArrays, internalizeArrays
-
Methods inherited from class pt.ist.fenixframework.adt.bplustree.AbstractNodeArray_Base
getParent, getRelationNodeArrayHasParent, 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
-
-
-
-
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)
-
-