public class CloseableIteratorUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.apache.tinkerpop.gremlin.structure.util.CloseableIterator<Object> |
EMPTY_CLOSABLE_ITERATOR |
| Constructor and Description |
|---|
CloseableIteratorUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> org.apache.tinkerpop.gremlin.structure.util.CloseableIterator<T> |
concat(Iterator<T>... iterators) |
static <T> org.apache.tinkerpop.gremlin.structure.util.CloseableIterator<T> |
concat(List<Iterator<T>> iterators) |
static <T> org.apache.tinkerpop.gremlin.structure.util.CloseableIterator<T> |
emptyIterator() |
static <T> org.apache.tinkerpop.gremlin.structure.util.CloseableIterator<T> |
filter(Iterator<T> unfiltered,
Predicate<? super T> retainIfTrue) |
public static final org.apache.tinkerpop.gremlin.structure.util.CloseableIterator<Object> EMPTY_CLOSABLE_ITERATOR
public static <T> org.apache.tinkerpop.gremlin.structure.util.CloseableIterator<T> emptyIterator()
public static <T> org.apache.tinkerpop.gremlin.structure.util.CloseableIterator<T> concat(Iterator<T>... iterators)
public static <T> org.apache.tinkerpop.gremlin.structure.util.CloseableIterator<T> concat(List<Iterator<T>> iterators)
Copyright © 2012–2024. All rights reserved.