private static class OrderedManagedProperties.ArrayEnumeration<E>
extends java.lang.Object
implements java.util.Enumeration<E>
| Constructor and Description |
|---|
ArrayEnumeration(E[] array) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
E |
nextElement() |