public class EnumerationList<T> extends AbstractList<T>
modCount| Constructor and Description |
|---|
EnumerationList(Enumeration<T> enumeration)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
T |
get(int index) |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic EnumerationList(Enumeration<T> enumeration)
enumeration - The enumerationCopyright © 2017. All rights reserved.