|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ninja.activeproxy.path.OpIterator
OpIterator iterates through a set of operators
Field Summary | |
private int |
cur
|
private int |
len
|
(package private) java.util.Vector |
results
|
Constructor Summary | |
OpIterator(java.util.Vector results)
Creates a new OpIterator from the specified vector of operators |
Method Summary | |
boolean |
hasMoreElements()
|
java.lang.Object |
nextElement()
Get the next operator. |
Methods inherited from class java.lang.Object |
|
Field Detail |
private int len
private int cur
java.util.Vector results
Constructor Detail |
public OpIterator(java.util.Vector results)
results
- Vector of operators
Elements of the vector may be:
SearchResult: result of an SDS query, which is converted into an OpInfo structure
OpInfo: An OpInfo structure, which is used directlyMethod Detail |
public boolean hasMoreElements()
public java.lang.Object nextElement()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |