| Package | Description |
|---|---|
| tech.mlsql.common.utils.collect |
| Modifier and Type | Method and Description |
|---|---|
static <T> PeekingIterator<T> |
Iterators.peekingIterator(Iterator<? extends T> iterator)
Returns a
PeekingIterator backed by the given iterator. |
static <T> PeekingIterator<T> |
Iterators.peekingIterator(PeekingIterator<T> iterator)
Deprecated.
no need to use this
|
| Modifier and Type | Method and Description |
|---|---|
static <T> PeekingIterator<T> |
Iterators.peekingIterator(PeekingIterator<T> iterator)
Deprecated.
no need to use this
|
Copyright © 2020. All rights reserved.