Uses of Class
pt.ist.fenixframework.adt.bplustree.AbstractNode

Packages that use AbstractNode
pt.ist.fenixframework.adt.bplustree   
 

Uses of AbstractNode in pt.ist.fenixframework.adt.bplustree
 

Subclasses of AbstractNode in pt.ist.fenixframework.adt.bplustree
 class InnerNode
          Inner node of a B+-Tree.
 class InnerNode_Base
           
 class LeafNode
           
 class LeafNode_Base
           
 

Fields in pt.ist.fenixframework.adt.bplustree with type parameters of type AbstractNode
static DirectRelation<BPlusTree,AbstractNode> BPlusTree_Base.AdtBPlusTreeHasRootNode
           
static DirectRelation<AbstractNode,InnerNode> AbstractNode_Base.AdtNodeHasParent
           
static RoleOne<AbstractNode,InnerNode> AbstractNode_Base.role$$parent
           
static RoleOne<BPlusTree,AbstractNode> BPlusTree_Base.role$$root
           
 

Methods in pt.ist.fenixframework.adt.bplustree that return AbstractNode
 AbstractNode BPlusTree_Base.getRoot()
           
 AbstractNode LeafNode.insert(Comparable key, Serializable value)
           
 AbstractNode InnerNode.insert(Comparable key, Serializable 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.adt.bplustree that return types with arguments of type AbstractNode
 TreeMap<Comparable,AbstractNode> InnerNode_Base.getSubNodes()
           
 

Methods in pt.ist.fenixframework.adt.bplustree with parameters of type AbstractNode
 void BPlusTree_Base.setRoot(AbstractNode root)
           
 

Method parameters in pt.ist.fenixframework.adt.bplustree with type arguments of type AbstractNode
 void InnerNode_Base.setSubNodes(TreeMap<Comparable,AbstractNode> subNodes)
           
 



Copyright © 2013. All Rights Reserved.