org.objectweb.util.monolog.wrapper.common
Class EnumrationImpl
java.lang.Object
org.objectweb.util.monolog.wrapper.common.EnumrationImpl
- Enumeration
public class EnumrationImpl
extends java.lang.Object
implements Enumeration
This tools class is a basic implementation of the java.util.Enumeration.
This implementation is based on an object array.
- Sebastien Chassande-Barrioz
protected Object[] | objs
|
protected int | pos
|
objs
protected Object[] objs
EnumrationImpl
public EnumrationImpl(Object[] os)
hasMoreElements
public boolean hasMoreElements()
nextElement
public Object nextElement()