|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SubRequestIterator
| Method Summary | |
|---|---|
boolean |
hasNext()
Returns true if there are more sub-requests to process. |
SubRequest |
nextSubRequest()
Gets the next sub-request that is pending. |
| Methods inherited from interface java.util.Iterator |
|---|
next, remove |
| Method Detail |
|---|
SubRequest nextSubRequest()
throws java.util.NoSuchElementException
SnmpSubRequest instance.
java.util.NoSuchElementExceptionboolean 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.Iteratortrue if there are more sub-requests.
|
Copyright 2005-2008 Frank Fock (SNMP4J.org) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||