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
public EnumerationList(Enumeration<T> enumeration)
enumeration
- The enumerationCopyright © 2012 Seam Framework. All Rights Reserved.