Class EnumerationList<T>

java.lang.Object
org.infinispan.commons.util.ForwardingList<T>
org.infinispan.commons.util.EnumerationList<T>
All Implemented Interfaces:
Iterable<T>, Collection<T>, List<T>

public class EnumerationList<T> extends ForwardingList<T>
An Enumeration → List adaptor
Author:
Pete Muir
  • Constructor Details

    • EnumerationList

      public EnumerationList(Enumeration<T> enumeration)
      Constructor
      Parameters:
      enumeration - The enumeration
  • Method Details