Constructor and Description |
---|
FilterAxis(AbsAxis axis,
INodeReadTrx pRtx,
AbsFilter... axisTest)
Constructor initializing internal state.
|
Modifier and Type | Method and Description |
---|---|
AbsAxis |
getAxis()
Returns the inner axis.
|
boolean |
hasNext() |
void |
reset(long mNodeKey)
Resetting the nodekey of this axis to a given nodekey.
|
addAtomicToItemList, close, getItemList, getNode, getStartKey, isSelfIncluded, iterator, moveTo, next, remove, resetToLastKey, resetToStartKey
public FilterAxis(AbsAxis axis, INodeReadTrx pRtx, AbsFilter... axisTest)
axis
- Axis to iterate over.axisTest
- Test to perform for each node found with axis.public final void reset(long mNodeKey)
public final boolean hasNext()
public final AbsAxis getAxis()
Copyright © 2013. All Rights Reserved.