| Package | Description |
|---|---|
| cz.auderis.tools.collection.iterator |
Collection of special iterators and iterator decorators.
|
| Modifier and Type | Method and Description |
|---|---|
static IntegerIterator |
IntegerIterator.withCount(int count)
Constructs a simple
count-step arithmetic sequence that
starts at 0 and increments by 1 in each iteration. |
static IntegerIterator |
IntegerIterator.withCountAndStep(int count,
int step)
Constructs a
count-step arithmetic sequence that
starts at 0 and increments by step in each iteration. |
static IntegerIterator |
IntegerIterator.withStartCountStep(int start,
int count,
int step)
Constructs a
count-step arithmetic sequence that
starts at start and increments by step in each iteration. |
Copyright © 2014 Boleslav Bobcik - Auderis. All rights reserved.