Iterator<S>
SnmpRequest.SnmpSubRequestIterator
, SubRequestIteratorSupport
public interface SubRequestIterator<S> extends Iterator<S>
SubRequestIterator
interface implements
the Iterator interface for SubRequest
instances.Modifier and Type | Method | Description |
---|---|---|
boolean |
hasNext() |
Returns
true if there are more sub-requests to process. |
S |
next() |
Gets the next sub-request that is pending.
|
forEachRemaining, remove
S next() throws NoSuchElementException
next
in interface Iterator<S>
SubRequest
instance.NoSuchElementException
- if there are no more elements available.Copyright © 2018 SNMP4J.org. All rights reserved.