|
|||||||||
| Home >> All >> com >> lutris >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.lutris.util
Class StringEnum

java.lang.Objectcom.lutris.util.StringEnum
- All Implemented Interfaces:
- java.util.Enumeration
- public class StringEnum
- extends java.lang.Object
- implements java.util.Enumeration
- extends java.lang.Object
| Field Summary | |
private int |
i
|
private java.lang.String[] |
strs
|
| Constructor Summary | |
StringEnum(java.lang.String[] strs)
|
|
| Method Summary | |
boolean |
hasMoreElements()
Tests whether there are elements remaining in the enumeration. |
java.lang.Object |
nextElement()
Obtain the next element in the enumeration. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
i
private int i
strs
private java.lang.String[] strs
| Constructor Detail |
StringEnum
public StringEnum(java.lang.String[] strs)
| Method Detail |
hasMoreElements
public boolean hasMoreElements()
- Description copied from interface:
java.util.Enumeration - Tests whether there are elements remaining in the enumeration.
- Specified by:
hasMoreElementsin interfacejava.util.Enumeration
nextElement
public java.lang.Object nextElement()
- Description copied from interface:
java.util.Enumeration - Obtain the next element in the enumeration.
- Specified by:
nextElementin interfacejava.util.Enumeration
|
|||||||||
| Home >> All >> com >> lutris >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.lutris.util.StringEnum