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() |
public EnumerationList(Enumeration<T> enumeration)
enumeration
- The enumerationprotected List<T> delegate()
delegate
in class ForwardingList<T>
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.