| Constructor and Description |
|---|
StreamUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Stream<T> |
stream(Enumeration<T> e) |
static <T> Stream<T> |
stream(Iterable<T> iter) |
static <T> Stream<T> |
stream(Iterator<T> iter) |
Copyright © 2021. All rights reserved.