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