Example usage for Java java.lang Iterable fields, constructors, methods, implement or subclass
The text is from its open source code.
void | forEach(Consumer super T> action) Performs the given action for each element of the Iterable until all elements have been processed or the action throws an exception. |
Class> | getClass() Returns the runtime class of this Object . |
int | hashCode() Returns a hash code value for the object. |
Iterator | iterator() Returns an iterator over elements of type T . |
Spliterator | spliterator() Creates a Spliterator over the elements described by this Iterable . |
String | toString() Returns a string representation of the object. |