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, subListadd, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRemoveAll, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArraypublic EnumerationList(Enumeration<T> enumeration)
enumeration - The enumerationCopyright © 2014 Seam Framework. All Rights Reserved.