public static class VacmMIB.VacmContextIterator extends Object implements Iterator<MOTableRow>
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
MOTableRow |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic void remove()
remove in interface Iterator<MOTableRow>public boolean hasNext()
hasNext in interface Iterator<MOTableRow>public MOTableRow next()
next in interface Iterator<MOTableRow>Copyright © 2020 SNMP4J.org. All rights reserved.