Class SpliteratorIterable<T>

java.lang.Object
org.jhotdraw8.collection.spliterator.SpliteratorIterable<T>
Type Parameters:
T - the element type
All Implemented Interfaces:
Iterable<T>

public class SpliteratorIterable<T> extends Object implements Iterable<T>
An Iterable which takes a Spliterator supplier to implement the Iterable methods.
Author:
Werner Randelshofer