public class IterableScanner extends Object
| Constructor and Description |
|---|
IterableScanner() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Scanner<T> |
of(Iterable<T> iterable) |
static <T> Scanner<T> |
ofNullable(Iterable<T> iterable) |
Copyright © 2009–2021. All rights reserved.