|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectpt.ist.fenixframework.core.AbstractDomainObject
pt.ist.fenixframework.adt.bplustree.AbstractNode_Base
pt.ist.fenixframework.adt.bplustree.AbstractNode
pt.ist.fenixframework.adt.bplustree.LeafNode_Base
public abstract class LeafNode_Base
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class pt.ist.fenixframework.core.AbstractDomainObject |
|---|
AbstractDomainObject.SerializedForm |
| Field Summary | |
|---|---|
static DirectRelation<LeafNode,LeafNode> |
AdtLeafNodeHasSibling
|
static Relation<LeafNode,LeafNode> |
AdtLeafNodeHasSibling$Inverse
|
static RoleOne<LeafNode,LeafNode> |
role$$next
|
static RoleOne<LeafNode,LeafNode> |
role$$previous
|
| Fields inherited from class pt.ist.fenixframework.adt.bplustree.AbstractNode_Base |
|---|
AdtNodeHasParent, role$$parent |
| Constructor Summary | |
|---|---|
protected |
LeafNode_Base()
|
| Method Summary | |
|---|---|
TreeMap<Comparable,Serializable> |
getEntries()
|
LeafNode |
getNext()
|
LeafNode |
getPrevious()
|
boolean |
hasNext()
|
boolean |
hasPrevious()
|
void |
removeNext()
|
void |
removePrevious()
|
void |
setEntries(TreeMap<Comparable,Serializable> entries)
|
void |
setNext(LeafNode next)
|
void |
setPrevious(LeafNode previous)
|
| Methods inherited from class pt.ist.fenixframework.adt.bplustree.AbstractNode |
|---|
externalizeTreeMap, internalizeTreeMap |
| Methods inherited from class pt.ist.fenixframework.adt.bplustree.AbstractNode_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<LeafNode,LeafNode> role$$next
public static final RoleOne<LeafNode,LeafNode> role$$previous
public static Relation<LeafNode,LeafNode> AdtLeafNodeHasSibling$Inverse
public static final DirectRelation<LeafNode,LeafNode> AdtLeafNodeHasSibling
| Constructor Detail |
|---|
protected LeafNode_Base()
| Method Detail |
|---|
public TreeMap<Comparable,Serializable> getEntries()
public void setEntries(TreeMap<Comparable,Serializable> entries)
public LeafNode getNext()
public void setNext(LeafNode next)
public boolean hasNext()
public void removeNext()
public LeafNode getPrevious()
public void setPrevious(LeafNode previous)
public boolean hasPrevious()
public void removePrevious()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||