public class EnumrationImpl
extends java.lang.Object
implements java.util.Enumeration
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object[] |
objs |
protected int |
pos |
Constructor and Description |
---|
EnumrationImpl(java.lang.Object[] os) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
java.lang.Object |
nextElement() |