| Package | Description |
|---|---|
| com.fizzed.rocker.runtime |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexOnlyForIterator
ForIterator implementation that only handles the
index and
not the actual iteration of elements. |
class |
IterableForIterator<T>
ForIterator implementation that wraps an
Iterable and actually
handles the iteration of elements. |
| Modifier and Type | Method and Description |
|---|---|
void |
Java8Iterator.ConsumeMapWithIterator.accept(ForIterator i,
K k,
V v) |
void |
Java8Iterator.ConsumeCollectionWithIterator.accept(ForIterator i,
V v) |
Copyright © 2016–2020 Fizzed, Inc. All rights reserved.