public class EnumerationList<T> extends ForwardingList<T>
| Constructor and Description |
|---|
EnumerationList(java.util.Enumeration<T> enumeration)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<T> |
delegate() |
add, addAll, equals, get, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, set, standardAdd, standardAddAll, standardEquals, standardHashCode, standardIndexOf, standardIterator, standardLastIndexOf, standardListIterator, standardListIterator, standardSubList, subListadd, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRemoveAll, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArraytoStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic EnumerationList(java.util.Enumeration<T> enumeration)
enumeration - The enumerationprotected java.util.List<T> delegate()
delegate in class ForwardingList<T>Copyright © 2015. All Rights Reserved.