public class SnmpRequest.SnmpSubRequestIterator extends Object implements SubRequestIterator<SnmpRequest.SnmpSubRequest>
Modifier | Constructor and Description |
---|---|
protected |
SnmpSubRequestIterator() |
protected |
SnmpSubRequestIterator(int offset,
int increment) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
int |
hashCode() |
boolean |
hasNext()
hasNext
|
SnmpRequest.SnmpSubRequest |
next()
Gets the next sub-request that is pending.
|
void |
remove() |
protected void |
setNoAppending(boolean noAppending) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected SnmpSubRequestIterator()
protected SnmpSubRequestIterator(int offset, int increment)
protected void setNoAppending(boolean noAppending)
public boolean hasNext()
hasNext
in interface Iterator<SnmpRequest.SnmpSubRequest>
hasNext
in interface SubRequestIterator<SnmpRequest.SnmpSubRequest>
public SnmpRequest.SnmpSubRequest next()
SubRequestIterator
next
in interface Iterator<SnmpRequest.SnmpSubRequest>
next
in interface SubRequestIterator<SnmpRequest.SnmpSubRequest>
SubRequest
instance.public void remove()
remove
in interface Iterator<SnmpRequest.SnmpSubRequest>
Copyright © 2019 SNMP4J.org. All rights reserved.