|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.filter.IndexTreePath
public class IndexTreePath
Encapsulates the information required by IndexTreeBuilder
to maintain the filter parameter tree structure
when filters are added and removed from the tree.
Constructor Summary | |
---|---|
IndexTreePath()
Constructor. |
Method Summary | |
---|---|
void |
add(FilterParamIndexBase index,
Object filteredForValue)
Add an index to end of the list representing a path through indexes. |
Pair<FilterParamIndexBase,Object> |
removeFirst()
Remove and return first index. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IndexTreePath()
Method Detail |
---|
public final void add(FilterParamIndexBase index, Object filteredForValue)
index
- to addfilteredForValue
- is the value the index filterspublic final Pair<FilterParamIndexBase,Object> removeFirst()
public final String toString()
toString
in class Object
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |