|
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.SequenceEnumeration
Enumerations.
public class SequenceEnumeration
Composes several enumerations into one.
| Constructor Summary | |
|---|---|
SequenceEnumeration(Enumeration en)
Deprecated. Constructs new enumeration from already existing. |
|
SequenceEnumeration(Enumeration first,
Enumeration second)
Deprecated. Composes two enumerations into one. |
|
| Method Summary | |
|---|---|
boolean |
hasMoreElements()
Deprecated. |
Object |
nextElement()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SequenceEnumeration(Enumeration en)
en should be also enumerations. The resulting
enumeration contains elements of such enumerations.
en - enumeration of Enumerations that should be sequencedpublic SequenceEnumeration(Enumeration first, Enumeration second)
first - first enumerationsecond - second enumeration| Method Detail |
|---|
public boolean hasMoreElements()
hasMoreElements in interface Enumerationpublic Object nextElement()
nextElement in interface EnumerationNoSuchElementException - if there is no next element
|
org.openide.util.enumerations 6.5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||