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, 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
toString
public EnumerationList(Enumeration<T> enumeration)
enumeration
- The enumerationprotected List<T> delegate()
delegate
in class ForwardingList<T>
Copyright © 2013 Seam Framework. All Rights Reserved.