java.util.streams package
 that is part of JDK 8.See: Description
| Interface | Description | 
|---|---|
| MapStream<K,V> | 
 A stream of two element tuples. 
 | 
| SequentialStreamOps<T> | 
 Operations on streams. 
 | 
| StatefulSink<T,V> | 
 StatefulSink. 
 | 
| Stream<T> | 
 Stream. 
 | 
| Class | Description | 
|---|---|
| Iterables | 
 Utilities for  
Iterable. | 
| MapStream.AbstractMapStream<K,V> | |
| MapStream.BiVal<K,V> | |
| MapStream.Impl | 
java.util.streams package
 that is part of JDK 8.Copyright © 2012-2014 Julian Hyde. All Rights Reserved.