| Package | Description |
|---|---|
| com.aliasi.util |
Classes for general Java utilities.
|
| Modifier and Type | Method and Description |
|---|---|
static Iterators.PrimitiveInt |
Iterators.intArray(int[] members)
Returns an iterator over the array of primitive integers
specified.
|
static Iterators.PrimitiveInt |
Iterators.intRange(int end)
Construct an Integer iterator from 0 (inclusive) the specified
end point (exclusive).
|
static Iterators.PrimitiveInt |
Iterators.intRange(int start,
int end)
Returns a newly constructed primitive integer iterator that
iterates from the start (inclusive) to end (exclusive).
|
Copyright © 2019 Alias-i, Inc.. All rights reserved.