|
org.openide.util.enumerations 6.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openide.util.enum.ArrayEnumeration
Enumerations
.
public class ArrayEnumeration
The class that presents specifiED (in constructor) array as an Enumeration.
Constructor Summary | |
---|---|
ArrayEnumeration(Object[] array)
Deprecated. Constructs a new ArrayEnumeration for specified array |
Method Summary | |
---|---|
boolean |
hasMoreElements()
Deprecated. Tests if this enumeration contains more elements. |
Object |
nextElement()
Deprecated. Returns the next element of this enumeration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArrayEnumeration(Object[] array)
Method Detail |
---|
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration
true
if this enumeration contains more elements;
false
otherwise.public Object nextElement()
nextElement
in interface Enumeration
NoSuchElementException
- if no more elements exist.
|
org.openide.util.enumerations 6.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |