org.jboss.weld.util.collections
Class EnumerationList<T>

java.lang.Object
  extended by com.google.common.collect.ForwardingObject
      extended by com.google.common.collect.ForwardingCollection<E>
          extended by com.google.common.collect.ForwardingList<T>
              extended by org.jboss.weld.util.collections.EnumerationList<T>
All Implemented Interfaces:
Iterable<T>, Collection<T>, List<T>

public class EnumerationList<T>
extends com.google.common.collect.ForwardingList<T>

An Enumeration -> List adaptor

Author:
Pete Muir

Constructor Summary
EnumerationList(Enumeration<T> enumeration)
          Constructor
 
Method Summary
protected  List<T> delegate()
           
 
Methods inherited from class com.google.common.collect.ForwardingList
add, addAll, equals, get, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, set, standardAdd, standardAddAll, standardEquals, standardHashCode, standardIndexOf, standardIterator, standardLastIndexOf, standardListIterator, standardListIterator, standardSubList, subList
 
Methods inherited from class com.google.common.collect.ForwardingCollection
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRemoveAll, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArray
 
Methods inherited from class com.google.common.collect.ForwardingObject
toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Constructor Detail

EnumerationList

public EnumerationList(Enumeration<T> enumeration)
Constructor

Parameters:
enumeration - The enumeration
Method Detail

delegate

protected List<T> delegate()
Overrides:
delegate in class com.google.common.collect.ForwardingList<T>


Copyright © 2013 Seam Framework. All Rights Reserved.