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, toArray
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
replaceAll, sort, spliterator
parallelStream, removeIf, stream
public 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.