protected class BufferedMOTableModel.RowBufferIterator extends Object implements Iterator<R>
MOTableModel to
traverse the model's rows.| Constructor and Description |
|---|
RowBufferIterator(org.snmp4j.smi.OID lowerBound)
Creates the iterator with the specified start row.
|
| Modifier and Type | Method and Description |
|---|---|
protected BufferedMOTableModel.BufferedMOTableRow<R> |
fetchNextBufferRow(org.snmp4j.smi.OID lowerBound,
BufferedMOTableModel.BufferedMOTableRow<R> predecessor,
boolean includeLowerBound) |
boolean |
hasNext() |
R |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic RowBufferIterator(org.snmp4j.smi.OID lowerBound)
lowerBound - the lower bound index (inclusive) of the first row to return. If null is specified, the
first row will be returned by first call of next().public boolean hasNext()
public R next()
public void remove()
protected BufferedMOTableModel.BufferedMOTableRow<R> fetchNextBufferRow(org.snmp4j.smi.OID lowerBound, BufferedMOTableModel.BufferedMOTableRow<R> predecessor, boolean includeLowerBound)
Copyright © 2020 SNMP4J.org. All rights reserved.