| Package | Description | 
|---|---|
| org.apache.jackrabbit.commons.flat | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BTreeManager
This  
TreeManager implementation provides B+-tree like behavior. | 
| Modifier and Type | Field and Description | 
|---|---|
protected TreeManager | 
ItemSequence.treeManager
The  
TreeManager instance managing the mapping between the
 sequence view and the JCR hierarchy. | 
| Modifier and Type | Method and Description | 
|---|---|
static NodeSequence | 
ItemSequence.createNodeSequence(TreeManager treeManager)
Create a new  
NodeSequence instance. | 
static NodeSequence | 
ItemSequence.createNodeSequence(TreeManager treeManager,
                  TreeTraverser.ErrorHandler errorHandler)
Create a new  
NodeSequence instance. | 
static PropertySequence | 
ItemSequence.createPropertySequence(TreeManager treeManager)
Create a new  
PropertySequence instance. | 
static PropertySequence | 
ItemSequence.createPropertySequence(TreeManager treeManager,
                      TreeTraverser.ErrorHandler errorHandler)
Create a new  
PropertySequence instance. | 
| Constructor and Description | 
|---|
ItemSequence.NodeSequenceImpl(TreeManager treeManager,
                             TreeTraverser.ErrorHandler errorHandler)  | 
ItemSequence.PropertySequenceImpl(TreeManager treeManager,
                                 TreeTraverser.ErrorHandler errorHandler)  | 
ItemSequence(TreeManager treeManager,
            TreeTraverser.ErrorHandler errorHandler)
Create a new  
ItemSequence instance. | 
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.