| Package | Description |
|---|---|
| org.gridgain.grid |
Contains entry-point GridGain & HPC APIs.
|
| org.gridgain.grid.util |
System-wide utility routine and helper classes.
|
| org.gridgain.grid.util.lang |
| Modifier and Type | Method and Description |
|---|---|
GridIterator<GridUuid> |
GridUuid.iterator() |
| Modifier and Type | Class and Description |
|---|---|
class |
GridCloseableIteratorAdapter<T>
Convenient adapter for closeable iterator.
|
class |
GridCloseableIteratorAdapterEx<T>
Adapter for closeable iterator that can be safely closed concurrently.
|
class |
GridEmptyCloseableIterator<T>
Empty closeable iterator.
|
class |
GridEmptyIterator<T>
Empty iterator.
|
class |
GridSpiCloseableIteratorWrapper<T>
Wrapper used to covert
GridSpiCloseableIterator to GridCloseableIterator. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridCloseableIterator<T>
Defines "rich" closeable iterator interface that is also acts like lambda function and iterable.
|
interface |
GridIterable<T>
Defines "rich" iterable interface that is also acts as lambda function and iterator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridIterableAdapter<T>
Convenient adapter for "rich" iterable interface.
|
class |
GridIteratorAdapter<T>
Convenient adapter for "rich" iterator interface.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> GridIterator<T> |
GridFunc.emptyIterator()
Creates new empty iterator.
|
static <T> GridIterator<T> |
GridFunc.flat(Iterable<? extends Iterable<T>> c)
Flattens iterable-of-iterables and returns iterable over the
elements of the inner collections.
|
GridIterator<T> |
GridIterableAdapter.iterator()
Returns
GridIterator which extends regular Iterator interface
and adds methods that account for possible failures in cases when iterating
over data that has been partially received over network. |
GridIterator<T> |
GridIterable.iterator()
Returns
GridIterator which extends regular Iterator interface
and adds methods that account for possible failures in cases when iterating
over data that has been partially received over network. |
static <T1,T2> GridIterator<T2> |
GridFunc.iterator(Iterable<? extends T1> c,
GridClosure<? super T1,T2> trans,
boolean readOnly,
GridPredicate<? super T1>... p)
Creates and returns transforming iterator from given collection and optional
filtering predicates.
|
static <T> GridIterator<T> |
GridFunc.iterator0(Iterable<? extends T> c,
boolean readOnly,
GridPredicate<? super T>... p)
Creates and returns iterator from given collection and optional filtering predicates.
|
Copyright © 2014. All rights reserved.