public class HeaderTraverser extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
HeaderTraverser.Filler
The interface called by HeaderTraverser.
|
Constructor and Description |
---|
HeaderTraverser(PivotHeaderTree tree,
PagingInfo pgInfo,
boolean open) |
Modifier and Type | Method and Description |
---|---|
int |
getDepth()
Return the depth of tree minus 1.
|
int |
getRealSize()
Return the size capped by paging limitation.
|
int |
getSize()
Return the total size of the tree.
|
void |
run(HeaderTraverser.Filler[] fillers)
Traverse the tree and call each Filler at each node and calculator.
|
public HeaderTraverser(PivotHeaderTree tree, PagingInfo pgInfo, boolean open)
public int getSize()
public int getRealSize()
public int getDepth()
public void run(HeaderTraverser.Filler[] fillers)
Copyright © 2017. All rights reserved.