public final class Streams extends Object
| Constructor and Description |
|---|
Streams() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Map.Entry<K,U>,K,U> |
entryToMap() |
static <T> ExtendedStream<T> |
stream(Collection<T> collection) |
static <T> ExtendedStream<T> |
stream(Stream<T> stream) |
public static <T> ExtendedStream<T> stream(Collection<T> collection)
public static <T> ExtendedStream<T> stream(Stream<T> stream)
Copyright © 2014–2015. All rights reserved.