Uses of Class
pt.ist.fenixframework.core.adt.bplustree.AbstractNodeArray

Packages that use AbstractNodeArray
pt.ist.fenixframework.core.adt.bplustree   
 

Uses of AbstractNodeArray in pt.ist.fenixframework.core.adt.bplustree
 

Subclasses of AbstractNodeArray in pt.ist.fenixframework.core.adt.bplustree
 class InnerNodeArray
          Inner node of a B+-Tree.
 class InnerNodeArray_Base
           
 class LeafNodeArray
           
 class LeafNodeArray_Base
           
 

Fields in pt.ist.fenixframework.core.adt.bplustree with type parameters of type AbstractNodeArray
static DirectRelation<BPlusTreeArray,AbstractNodeArray> BPlusTreeArray_Base.BPlusTreeArrayHasRootNode
           
static DirectRelation<AbstractNodeArray,InnerNodeArray> AbstractNodeArray_Base.NodeArrayHasParent
           
static RoleOne<AbstractNodeArray,InnerNodeArray> AbstractNodeArray_Base.role$$parent
           
static RoleOne<BPlusTreeArray,AbstractNodeArray> BPlusTreeArray_Base.role$$root
           
 

Methods in pt.ist.fenixframework.core.adt.bplustree that return AbstractNodeArray
 AbstractNodeArray BPlusTreeArray_Base.getRoot()
           
 AbstractNodeArray LeafNodeArray.insert(Comparable key, AbstractDomainObject value)
           
 AbstractNodeArray InnerNodeArray.insert(Comparable key, AbstractDomainObject value)
           
 AbstractNodeArray LeafNodeArray.remove(Comparable key)
           
 AbstractNodeArray InnerNodeArray.remove(Comparable key)
           
 AbstractNodeArray LeafNodeArray.removeIndex(int index)
           
 AbstractNodeArray InnerNodeArray.removeIndex(int index)
           
 

Methods in pt.ist.fenixframework.core.adt.bplustree that return types with arguments of type AbstractNodeArray
 DoubleArray<AbstractNodeArray> InnerNodeArray_Base.getSubNodes()
           
 

Methods in pt.ist.fenixframework.core.adt.bplustree with parameters of type AbstractNodeArray
 void BPlusTreeArray_Base.setRoot(AbstractNodeArray root)
           
 

Method parameters in pt.ist.fenixframework.core.adt.bplustree with type arguments of type AbstractNodeArray
 void InnerNodeArray_Base.setSubNodes(DoubleArray<AbstractNodeArray> subNodes)
           
 



Copyright © 2013. All Rights Reserved.