|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Tuple3 | |
|---|---|
| com.healthmarketscience.common.util | |
| Uses of Tuple3 in com.healthmarketscience.common.util |
|---|
| Methods in com.healthmarketscience.common.util that return Tuple3 | ||
|---|---|---|
Tuple3<ObjType0,ObjType1,ObjType2> |
Tuple3.clone()
Makes a copy of this Tuple3. |
|
static
|
Tuple3.create(InObjType0 obj0,
InObjType1 obj1,
InObjType2 obj2)
Creates a new Tuple3 object with the provided objects. |
|
| Method parameters in com.healthmarketscience.common.util with type arguments of type Tuple3 | ||
|---|---|---|
static
|
Tuple3.collection2(Collection<? extends Tuple3<?,?,InObjType2>> col)
Get a Collection adapter for element 2 of the Tuples of the given Collection. |
|
static
|
Tuple3.iterable2(Iterable<? extends Tuple3<?,?,InObjType2>> iable)
Get an Iterable adapter that returns an Iterator that iterates over element 2 of the Tuples within the given Iterable/Iterator. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||