| Package | Description |
|---|---|
| org.gridgain.grid.util.lang |
| Modifier and Type | Class and Description |
|---|---|
class |
GridIterableAdapter<T>
Convenient adapter for "rich" iterable interface.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> GridIterable<T> |
GridFunc.as(Iterator<T> iter)
Converts given iterator into instance of
Iterable interface. |
static <T> GridIterable<T> |
GridFunc.iterable(Iterable<? extends T> c,
GridPredicate<? super T>... p)
Creates and returns iterable from given collection and optional filtering predicates.
|
Copyright © 2014. All rights reserved.