protected class JContextFactory.JContext.InnerEnumeration
extends java.lang.Object
implements java.util.Enumeration
Modifier | Constructor and Description |
---|---|
protected |
InnerEnumeration() |
Modifier and Type | Method and Description |
---|---|
protected Element |
getNextElement() |
boolean |
hasMoreElements() |
java.lang.Object |
nextElement() |
public boolean hasMoreElements()
hasMoreElements
in interface java.util.Enumeration
public java.lang.Object nextElement()
nextElement
in interface java.util.Enumeration
protected Element getNextElement()