|
|||||
| FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
Iterator through the elements of a product set.
| Field Summary | |
|---|---|
int |
currIdx
|
List |
currObjs
|
Object |
env
|
List |
iters
|
int |
numExhausted
|
GProductSet |
prodSet
|
| Constructor Summary | |
GProductSetIterator(GProductSet prodSet, Object env)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
void |
initIters()
|
Object |
next()
|
void |
remove()
Needs to be implemented to satisfy Iterator interface. |
| Constructor Detail |
|---|
public GProductSetIterator(GProductSet prodSet, Object env)
| Method Detail |
|---|
public boolean hasNext()
void initIters()
public Object next()
public void remove()