|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface IExtendedIterator<T>
Extended Iterator that allows for recycling of iterator objects
| Method Summary | |
|---|---|
void |
close()
Closes the iterator and returns it to the pool of available interators Closed iterator cannot be used |
boolean |
reset()
Resets iterator (if possible) to its beginning without recreating it. |
int |
size()
Returns number of elements in iterator. |
| Methods inherited from interface java.lang.Iterable |
|---|
iterator |
| Methods inherited from interface java.util.Iterator |
|---|
hasNext, next, remove |
| Method Detail |
|---|
void close()
int size()
boolean reset()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||