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