|
||||||||||
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.adt.bplustree.AbstractNode_Base pt.ist.fenixframework.adt.bplustree.AbstractNode pt.ist.fenixframework.adt.bplustree.InnerNode_Base
public abstract class InnerNode_Base
Nested Class Summary |
---|
Nested classes/interfaces inherited from class pt.ist.fenixframework.core.AbstractDomainObject |
---|
AbstractDomainObject.SerializedForm |
Field Summary |
---|
Fields inherited from class pt.ist.fenixframework.adt.bplustree.AbstractNode_Base |
---|
AdtNodeHasParent, role$$parent |
Constructor Summary | |
---|---|
protected |
InnerNode_Base()
|
Method Summary | |
---|---|
TreeMap<Comparable,AbstractNode> |
getSubNodes()
|
void |
setSubNodes(TreeMap<Comparable,AbstractNode> subNodes)
|
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 |
Constructor Detail |
---|
protected InnerNode_Base()
Method Detail |
---|
public TreeMap<Comparable,AbstractNode> getSubNodes()
public void setSubNodes(TreeMap<Comparable,AbstractNode> subNodes)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |