Class BufferedMOTableModel.RowBufferIterator

java.lang.Object
org.snmp4j.agent.mox.BufferedMOTableModel.RowBufferIterator
All Implemented Interfaces:
Iterator<R>
Enclosing class:
BufferedMOTableModel<R extends org.snmp4j.agent.mo.MOTableRow>

protected class BufferedMOTableModel.RowBufferIterator extends Object implements Iterator<R>
The RowBufferIterator implements the iterator needed by the MOTableModel to traverse the model's rows.
  • Constructor Details

    • RowBufferIterator

      public RowBufferIterator(org.snmp4j.smi.OID lowerBound)
      Creates the iterator with the specified start row.
      Parameters:
      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().
  • Method Details