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, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public SerializableEnumeration()
public SerializableEnumeration(Collection c)
public SerializableEnumeration(int initialCapacity)
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration
public Object nextElement() throws NoSuchElementException
nextElement
in interface Enumeration
NoSuchElementException
Copyright © 2018 JBoss by Red Hat. All rights reserved.