java.util.Iterator<MOTableRow>
public static class VacmMIB.VacmContextIterator extends java.lang.Object implements java.util.Iterator<MOTableRow>
Modifier and Type | Method | Description |
---|---|---|
boolean |
hasNext() |
|
MOTableRow |
next() |
|
void |
remove() |
public void remove()
remove
in interface java.util.Iterator<MOTableRow>
public boolean hasNext()
hasNext
in interface java.util.Iterator<MOTableRow>
public MOTableRow next()
next
in interface java.util.Iterator<MOTableRow>
Copyright © 2018 SNMP4J.org. All rights reserved.