|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.infinispan.util.ForwardingList<T>
org.infinispan.util.EnumerationList<T>
public class EnumerationList<T>
An Enumeration -> List adaptor
Constructor Summary | |
---|---|
EnumerationList(Enumeration<T> enumeration)
Constructor |
Method Summary | |
---|---|
protected List<T> |
delegate()
|
Methods inherited from class org.infinispan.util.ForwardingList |
---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EnumerationList(Enumeration<T> enumeration)
enumeration
- The enumerationMethod Detail |
---|
protected List<T> delegate()
delegate
in class ForwardingList<T>
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |