- java.lang.Object
-
- org.snmp4j.agent.mo.snmp.VacmMIB.VacmContextIterator
-
- All Implemented Interfaces:
Iterator<MOTableRow>
- Enclosing class:
- VacmMIB
public static class VacmMIB.VacmContextIterator extends Object implements Iterator<MOTableRow>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
MOTableRow
next()
void
remove()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Method Detail
-
remove
public void remove()
- Specified by:
remove
in interfaceIterator<MOTableRow>
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfaceIterator<MOTableRow>
-
next
public MOTableRow next()
- Specified by:
next
in interfaceIterator<MOTableRow>
-
-