| Package | Description |
|---|---|
| org.gridgain.grid.util.lang |
| Modifier and Type | Method and Description |
|---|---|
static <T> GridPair<T> |
GridFunc.pair(T t1,
T t2)
Creates pair out of given two objects.
|
static <T0,T extends T0> |
GridFunc.split(Collection<T> c,
GridPredicate<? super T>... p)
Splits given collection in two using provided set of predicates.
|
Copyright © 2014. All rights reserved.