public interface SubRequestIterator<S> extends Iterator<S>
SubRequestIterator
interface implements
the Iterator interface for SubRequest
instances.S next() throws NoSuchElementException
next
in interface Iterator<S>
SubRequest
instance.NoSuchElementException
- if there are no more elements available.Copyright © 2016 SNMP4J.org. All rights reserved.