|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractNode | |
---|---|
pt.ist.fenixframework.core.adt.bplustree |
Uses of AbstractNode in pt.ist.fenixframework.core.adt.bplustree |
---|
Subclasses of AbstractNode in pt.ist.fenixframework.core.adt.bplustree | |
---|---|
class |
InnerNode
Inner node of a B+-Tree. |
class |
InnerNode_Base
|
class |
LeafNode
|
class |
LeafNode_Base
|
Fields in pt.ist.fenixframework.core.adt.bplustree with type parameters of type AbstractNode | |
---|---|
static DirectRelation<BPlusTree,AbstractNode> |
BPlusTree_Base.BPlusTreeHasRootNode
|
static DirectRelation<AbstractNode,InnerNode> |
AbstractNode_Base.NodeHasParent
|
static RoleOne<AbstractNode,InnerNode> |
AbstractNode_Base.role$$parent
|
static RoleOne<BPlusTree,AbstractNode> |
BPlusTree_Base.role$$root
|
Methods in pt.ist.fenixframework.core.adt.bplustree that return AbstractNode | |
---|---|
AbstractNode |
BPlusTree_Base.getRoot()
|
AbstractNode |
LeafNode.insert(Comparable key,
AbstractDomainObject value)
|
AbstractNode |
InnerNode.insert(Comparable key,
AbstractDomainObject value)
|
AbstractNode |
LeafNode.remove(Comparable key)
|
AbstractNode |
InnerNode.remove(Comparable key)
|
AbstractNode |
LeafNode.removeIndex(int index)
|
AbstractNode |
InnerNode.removeIndex(int index)
|
Methods in pt.ist.fenixframework.core.adt.bplustree that return types with arguments of type AbstractNode | |
---|---|
TreeMap<Comparable,AbstractNode> |
InnerNode_Base.getSubNodes()
|
Methods in pt.ist.fenixframework.core.adt.bplustree with parameters of type AbstractNode | |
---|---|
void |
BPlusTree_Base.setRoot(AbstractNode root)
|
Method parameters in pt.ist.fenixframework.core.adt.bplustree with type arguments of type AbstractNode | |
---|---|
void |
InnerNode_Base.setSubNodes(TreeMap<Comparable,AbstractNode> subNodes)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |