org.objectweb.util.monolog.wrapper.common

Class EnumrationImpl

Implemented Interfaces:
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.

Author:
Sebastien Chassande-Barrioz

Field Summary

protected Object[]
objs
protected int
pos

Constructor Summary

EnumrationImpl(Object[] os)

Method Summary

boolean
hasMoreElements()
Object
nextElement()

Field Details

objs

protected Object[] objs


pos

protected int pos

Constructor Details

EnumrationImpl

public EnumrationImpl(Object[] os)

Method Details

hasMoreElements

public boolean hasMoreElements()


nextElement

public Object nextElement()