public class TabularIterator extends Object implements Iterator<SnmpVars>, Iterable<SnmpVars>
TabularIterator(SnmpConnection starter, Collection<OID> oids)
boolean
hasNext()
Iterator<SnmpVars>
iterator()
SnmpVars
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TabularIterator(SnmpConnection starter, Collection<OID> oids)
public boolean hasNext()
hasNext
public SnmpVars next()
next
public void remove()
remove
public Iterator<SnmpVars> iterator()
iterator
Iterable<SnmpVars>