Module com.aoapps.lang
Package com.aoapps.lang
Interface Iterables.CharSequence<T extends CharSequence>
- All Superinterfaces:
Iterable<T>
- Enclosing class:
Iterables
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface Iterables.CharSequence<T extends CharSequence>
extends Iterable<T>
An
Iterable
over CharSequence
,
useful to avoid conflict after type erasure.-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator