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, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
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 © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.