|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SubRequestIterator
The SubRequestIterator interface implements
the Iterator interface for SubRequest instances.
| Method Summary | |
|---|---|
boolean |
hasNext()
Returns true if there are more sub-requests to process. |
SubRequest |
next()
Gets the next sub-request that is pending. |
| Methods inherited from interface java.util.Iterator |
|---|
remove |
| Method Detail |
|---|
SubRequest next()
throws java.util.NoSuchElementException
next in interface java.util.Iterator<SubRequest>SubRequest instance.
java.util.NoSuchElementException - if there are no more elements available.boolean hasNext()
true if there are more sub-requests to process.
In other words, returns true if next would return an element
rather than throwing an exception.
hasNext in interface java.util.Iterator<SubRequest>true if there are more sub-requests.
|
Copyright 2005-2010 Frank Fock (SNMP4J.org) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||