| Package | Description |
|---|---|
| org.echocat.jomon.runtime | |
| org.echocat.jomon.runtime.iterators | |
| org.echocat.jomon.runtime.repository |
| Modifier and Type | Method and Description |
|---|---|
static <T> CloseableIterator<T> |
CollectionUtils.asCloseableIterator(java.util.Iterator<T> iterator) |
static <T> CloseableIterator<T> |
CollectionUtils.asIterator(java.lang.Iterable<T> elements) |
static <T> CloseableIterator<T> |
CollectionUtils.asIterator(T... elements) |
static <T> CloseableIterator<T> |
CollectionUtils.asSingletonIterator(T element) |
static <T> CloseableIterator<T> |
CollectionUtils.emptyIterator() |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchConvertingIterator<S,T>
Uses a given input iterator to fetch results once hasNext is called.
|
class |
ChainedIterator<I,O> |
class |
ConnectionBasedQueryResultSetIterator<R> |
class |
ConvertingIterator<I,R> |
class |
DataSourceBasedQueryResultSetIterator<R> |
class |
LimitedIterator<T> |
class |
PagedIterator<T> |
class |
ResultSetIterator<R> |
class |
StatementBasedQueryResultSetIterator<R> |
| Modifier and Type | Method and Description |
|---|---|
static <T> CloseableIterator<T> |
IteratorUtils.emptyCloseableIterator() |
static <T> CloseableIterator<T> |
IteratorUtils.filter(java.util.Iterator<T> unfiltered,
com.google.common.base.Predicate<? super T> predicate) |
static <T> CloseableIterator<T> |
IteratorUtils.toCloseableIterator(java.util.Iterator<T> original) |
static <T> CloseableIterator<T> |
IteratorUtils.toCloseableIterator(java.util.Iterator<T> original,
java.lang.AutoCloseable toClose) |
static <T> CloseableIterator<T> |
IteratorUtils.toCloseableIterator(T... items) |
| Modifier and Type | Method and Description |
|---|---|
CloseableIterator<V> |
QueryableRepository.findBy(Q query) |
CloseableIterator<ID> |
IdQueryableRepository.findIdsBy(Q query) |
Copyright © 2013 echocat. All Rights Reserved.