public class EnumerationList<T> extends ForwardingList<T>
| Constructor and Description |
|---|
EnumerationList(Enumeration<T> enumeration)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected List<T> |
delegate() |
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArrayclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitreplaceAll, sort, spliteratorparallelStream, removeIf, streampublic EnumerationList(Enumeration<T> enumeration)
enumeration - The enumerationprotected List<T> delegate()
delegate in class ForwardingList<T>Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.