java.lang.Object
com.aoapps.lang.Iterables
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
A set of variousIterable
over common Java types from thejava.awt
package, useful to avoid conflict after type erasure.static interface
Iterables.Boolean<T extends Boolean>
static interface
Iterables.Byte<T extends Byte>
static interface
Iterables.Character<T extends Character>
static interface
Iterables.CharSequence<T extends CharSequence>
AnIterable
overCharSequence
, useful to avoid conflict after type erasure.static interface
Iterables.Double<T extends Double>
static interface
static interface
Iterables.Float<T extends Float>
static interface
Iterables.Integer<T extends Integer>
static interface
Iterables.Long<T extends Long>
static interface
Iterables.Number<T extends Number>
static interface
Iterables.Short<T extends Short>
static interface
Iterables.String<T extends String>
static final class
A set of variousIterable
over common Java types from thejava.util
package, useful to avoid conflict after type erasure. -
Method Summary