Uses of Interface
com.fizzed.rocker.ForIterator
Packages that use ForIterator
-
Uses of ForIterator in com.fizzed.rocker.runtime
Classes in com.fizzed.rocker.runtime that implement ForIteratorModifier and TypeClassDescriptionclassForIterator implementation that only handles theindexand not the actual iteration of elements.classForIterator implementation that wraps anIterableand actually handles the iteration of elements.Methods in com.fizzed.rocker.runtime with parameters of type ForIteratorModifier and TypeMethodDescriptionvoidJava8Iterator.ConsumeCollectionWithIterator.accept(ForIterator i, V v) voidJava8Iterator.ConsumeMapWithIterator.accept(ForIterator i, K k, V v)