Uses of Class
org.apache.taglibs.standard.tag.common.core.ForEachSupport.ReadOnlyIterator
-
Packages that use ForEachSupport.ReadOnlyIterator Package Description org.apache.taglibs.standard.tag.common.core -
-
Uses of ForEachSupport.ReadOnlyIterator in org.apache.taglibs.standard.tag.common.core
Subclasses of ForEachSupport.ReadOnlyIterator in org.apache.taglibs.standard.tag.common.core Modifier and Type Class Description private static classForEachSupport.ArrayIteratorIterator over an array, including arrays of primitive types.private static classForEachSupport.DeferredIteratorprivate static classForEachSupport.EnumerationIteratorIterator over an Enumeration.private static classForEachSupport.IndexedDeferredIteratorprivate static classForEachSupport.IteratedDeferredIteratorprivate static classForEachSupport.ToEndIteratorIterator that simply counts up to 'end.' Unlike the previous implementation this does not attempt to pre-allocate an array containing all values from 0 to 'end' as that can result in excessive memory allocation for large values of 'end.' LoopTagSupport calls next() 'begin' times in order to discard the initial values, In order to maintain this contract, this implementation always starts at 0.
-