public final class Iterators extends Object
| Modifier and Type | Method and Description |
|---|---|
static <A> Iterator<A> |
constant(A a)
An infinite stream of
as. |
static Iterator<Integer> |
intRangeE(int start,
int end)
Integer range.
|
static <A> Iterable<A> |
iterable(Iterator<A> ix) |
Copyright © 2009–2020 Opencast Project. All rights reserved.