| Package | Description |
|---|---|
| org.apache.flink.util |
| Modifier and Type | Class and Description |
|---|---|
static class |
CloseableIterator.IteratorAdapter<E>
Adapter from
Iterator to CloseableIterator. |
| Modifier and Type | Field and Description |
|---|---|
static CloseableIterator<?> |
CloseableIterator.EMPTY_INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static <T> CloseableIterator<T> |
CloseableIterator.adapterForIterator(Iterator<T> iterator) |
static <T> CloseableIterator<T> |
CloseableIterator.empty() |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.