|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object pt.ist.fenixframework.core.AbstractDomainObject pt.ist.fenixframework.core.adt.bplustree.AbstractNodeArray_Base pt.ist.fenixframework.core.adt.bplustree.AbstractNodeArray pt.ist.fenixframework.core.adt.bplustree.LeafNodeArray_Base
public abstract class LeafNodeArray_Base
Nested Class Summary |
---|
Nested classes/interfaces inherited from class pt.ist.fenixframework.core.AbstractDomainObject |
---|
AbstractDomainObject.SerializedForm |
Field Summary | |
---|---|
static DirectRelation<LeafNodeArray,LeafNodeArray> |
LeafNodeArrayHasSibling
|
static Relation<LeafNodeArray,LeafNodeArray> |
LeafNodeArrayHasSibling$Inverse
|
static RoleOne<LeafNodeArray,LeafNodeArray> |
role$$next
|
static RoleOne<LeafNodeArray,LeafNodeArray> |
role$$previous
|
Fields inherited from class pt.ist.fenixframework.core.adt.bplustree.AbstractNodeArray_Base |
---|
NodeArrayHasParent, role$$parent |
Constructor Summary | |
---|---|
protected |
LeafNodeArray_Base()
|
Method Summary | |
---|---|
DoubleArray<AbstractDomainObject> |
getEntries()
|
LeafNodeArray |
getNext()
|
LeafNodeArray |
getPrevious()
|
boolean |
hasNext()
|
boolean |
hasPrevious()
|
void |
removeNext()
|
void |
removePrevious()
|
void |
setEntries(DoubleArray<AbstractDomainObject> entries)
|
void |
setNext(LeafNodeArray next)
|
void |
setPrevious(LeafNodeArray previous)
|
Methods inherited from class pt.ist.fenixframework.core.adt.bplustree.AbstractNodeArray |
---|
externalizeArrays, internalizeArrays |
Methods inherited from class pt.ist.fenixframework.core.adt.bplustree.AbstractNodeArray_Base |
---|
getParent, hasParent, removeParent, setParent |
Methods inherited from class pt.ist.fenixframework.core.AbstractDomainObject |
---|
ensureOid, equals, getExternalId, getOid, hashCode, 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 |
---|
iterator |
Field Detail |
---|
public static final RoleOne<LeafNodeArray,LeafNodeArray> role$$next
public static final RoleOne<LeafNodeArray,LeafNodeArray> role$$previous
public static Relation<LeafNodeArray,LeafNodeArray> LeafNodeArrayHasSibling$Inverse
public static final DirectRelation<LeafNodeArray,LeafNodeArray> LeafNodeArrayHasSibling
Constructor Detail |
---|
protected LeafNodeArray_Base()
Method Detail |
---|
public DoubleArray<AbstractDomainObject> getEntries()
public void setEntries(DoubleArray<AbstractDomainObject> entries)
public LeafNodeArray getNext()
public void setNext(LeafNodeArray next)
public boolean hasNext()
public void removeNext()
public LeafNodeArray getPrevious()
public void setPrevious(LeafNodeArray previous)
public boolean hasPrevious()
public void removePrevious()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |