| Package | Description |
|---|---|
| cz.auderis.tools.collection |
Utility classes for easier collection manipulation, including specialized
implementations of general interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static Iterable<Loop<Character>> |
Loop.over(CharSequence text)
Over iterable.
|
static <E> Iterable<Loop<E>> |
Loop.over(Iterable<? extends E> source)
Over iterable.
|
static <E> Iterable<Loop<E>> |
Loop.over(Iterator<? extends E> sourceIterator)
Over iterable.
|
static Iterable<Loop<Boolean>> |
Loop.overArray(boolean... sourceArray)
Over array.
|
static Iterable<Loop<Byte>> |
Loop.overArray(byte... sourceArray)
Over array.
|
static Iterable<Loop<Character>> |
Loop.overArray(char... sourceArray)
Over array.
|
static <E> Iterable<Loop<E>> |
Loop.overArray(E... sourceArray)
Over array.
|
static Iterable<Loop<Integer>> |
Loop.overArray(int... sourceArray)
Over array.
|
static Iterable<Loop<Long>> |
Loop.overArray(long... sourceArray)
Over array.
|
static Iterable<Loop<Short>> |
Loop.overArray(short... sourceArray)
Over array.
|
static Iterable<Loop<Integer>> |
Loop.overRange(int minIncl,
int maxExcl)
Over range.
|
Copyright © 2014 Boleslav Bobcik - Auderis. All rights reserved.