Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.lutris.util
Class StringEnum  view StringEnum download StringEnum.java

java.lang.Object
  extended bycom.lutris.util.StringEnum
All Implemented Interfaces:
java.util.Enumeration

public class StringEnum
extends java.lang.Object
implements java.util.Enumeration


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:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
Description copied from interface: java.util.Enumeration
Obtain the next element in the enumeration.

Specified by:
nextElement in interface java.util.Enumeration