Uses of Class
com.healthmarketscience.common.util.Tuple3

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
<InObjType0,InObjType1,InObjType2>
Tuple3<InObjType0,InObjType1,InObjType2>
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
<InObjType2>
Collection<InObjType2>
Tuple3.collection2(Collection<? extends Tuple3<?,?,InObjType2>> col)
          Get a Collection adapter for element 2 of the Tuples of the given Collection.
static
<InObjType2>
Iterable<InObjType2>
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.
 



Copyright © 2006-2016 Health Market Science. All Rights Reserved.