|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectde.grogra.util.CompoundEnumeration<E>
public class CompoundEnumeration<E>
| Constructor Summary | |
|---|---|
CompoundEnumeration(boolean unique)
|
|
| Method Summary | |
|---|---|
void |
add(java.util.Enumeration<E> e)
|
boolean |
hasMoreElements()
|
E |
nextElement()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompoundEnumeration(boolean unique)
| Method Detail |
|---|
public void add(java.util.Enumeration<E> e)
public boolean hasMoreElements()
hasMoreElements in interface java.util.Enumeration<E>public E nextElement()
nextElement in interface java.util.Enumeration<E>
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||