Modifier and Type | Method and Description |
---|---|
static <V> SimpleObjectResultSet<V> |
SimpleObjectResultSet.fromIterable(Iterable<V> iterable)
Creates a result set that contains the objects from the specified
iterable.
|
static <V> SimpleObjectResultSet<V> |
SimpleObjectResultSet.fromIterator(Iterator<V> iterator)
Creates a result set that contains the objects returned by the specified
iterator.
|
Copyright © 2011–2016 aquenos GmbH. All rights reserved.