Class: com.sun.jmx.snmp.agent.SnmpRequestTree.Enum
- static final class SnmpRequestTree.Enum
- implements Enumeration
Inheritance
Superclass tree:- java.lang.Object
- com.sun.jmx.snmp.agent.SnmpRequestTree.Enum
- Enumeration<E>
Methods
-
SnmpRequestTree.Enumtop
-
hasMoreElementstop
public boolean hasMoreElements()Tests if this enumeration contains more elements.- Specified by:
- hasMoreElements from Enumeration<E>
-
nextElementtop
public Object nextElement() throws NoSuchElementExceptionReturns the next element of this enumeration if this enumeration object has at least one more element to provide.- Specified by:
- nextElement from Enumeration<E>
Fields
-
entry
private int entry -
handler
final private SnmpRequestTree.Handler handler -
hlist
final private SnmpRequestTree hlist -
iter
private int iter -
size
private int size
