Class CollectionEnumerationHybrid<E>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<E>
com.ibm.websphere.servlet.response.CollectionEnumerationHybrid<E>
- All Implemented Interfaces:
- Serializable,- Cloneable,- Iterable<E>,- Collection<E>,- Enumeration<E>,- List<E>,- RandomAccess
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.util.ArrayListadd, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class java.util.AbstractListequals, hashCodeMethods inherited from class java.util.AbstractCollectioncontainsAll, toStringMethods inherited from interface java.util.CollectionparallelStream, streamMethods inherited from interface java.util.ListcontainsAll, equals, hashCode
- 
Constructor Details- 
CollectionEnumerationHybridpublic CollectionEnumerationHybrid()
 
- 
- 
Method Details- 
hasMoreElementspublic boolean hasMoreElements()- Specified by:
- hasMoreElementsin interface- Enumeration<E>
 
- 
nextElement- Specified by:
- nextElementin interface- Enumeration<E>
 
 
-