| Package | Description |
|---|---|
| org.spf4j.base |
| Modifier and Type | Method and Description |
|---|---|
static <T> CloseableIterator<T> |
CloseableIterator.from(Iterator<T> it) |
static <T> CloseableIterator<T> |
CloseableIterator.from(Iterator<T> it,
AutoCloseable close) |
| Modifier and Type | Method and Description |
|---|---|
static <T> CloseableIterable<T> |
CloseableIterable.from(CloseableIterator<T> iterator) |
Copyright © 2019 SPF4J. All rights reserved.