public class SerializableEnumeration extends ArrayList implements Enumeration
modCount| Constructor and Description |
|---|
SerializableEnumeration() |
SerializableEnumeration(Collection c) |
SerializableEnumeration(int initialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
Object |
nextElement() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic SerializableEnumeration()
public SerializableEnumeration(Collection c)
public SerializableEnumeration(int initialCapacity)
public boolean hasMoreElements()
hasMoreElements in interface Enumerationpublic Object nextElement() throws NoSuchElementException
nextElement in interface EnumerationNoSuchElementExceptionCopyright © 2024 JBoss by Red Hat. All rights reserved.