public class EnumerationList<T>
extends com.google.common.collect.ForwardingList<T>
Constructor and Description |
---|
EnumerationList(Enumeration<T> enumeration)
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected List<T> |
delegate() |
add, addAll, equals, get, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, set, standardAdd, standardAddAll, standardEquals, standardHashCode, standardIndexOf, standardIterator, standardLastIndexOf, standardListIterator, standardListIterator, standardSubList, subList
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRemoveAll, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArray
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, replaceAll, retainAll, size, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public EnumerationList(Enumeration<T> enumeration)
enumeration
- The enumerationCopyright © 2016. All rights reserved.