|
||||||||||
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.AbstractNode_Base pt.ist.fenixframework.core.adt.bplustree.AbstractNode<T>
public abstract class AbstractNode<T extends AbstractDomainObject>
The keys comparison function should be consistent with equals.
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.core.adt.bplustree.AbstractNode_Base |
---|
NodeHasParent, role$$parent |
Constructor Summary | |
---|---|
AbstractNode()
|
Method Summary | |
---|---|
static Serializable |
externalizeTreeMap(TreeMap treeMap)
|
static TreeMap |
internalizeTreeMap(Serializable externalizedTreeMap)
|
Methods inherited from class pt.ist.fenixframework.core.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 |
---|
public AbstractNode()
Method Detail |
---|
public static Serializable externalizeTreeMap(TreeMap treeMap)
public static TreeMap internalizeTreeMap(Serializable externalizedTreeMap)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |