private static final class BundleClassSpace.ChainedEnumeration<T>
extends java.lang.Object
implements java.util.Enumeration<T>
Enumerations together to look like a single Enumeration.| Modifier and Type | Field and Description |
|---|---|
private java.util.Enumeration<T>[] |
enumerations |
private int |
index |
| Constructor and Description |
|---|
ChainedEnumeration(java.util.Enumeration<T>... enumerations) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
T |
nextElement() |