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

Packages that use Tuple1
com.healthmarketscience.common.util   
 

Uses of Tuple1 in com.healthmarketscience.common.util
 

Subclasses of Tuple1 in com.healthmarketscience.common.util
 class Tuple2<ObjType0,ObjType1>
          Simple class for holding a pair of typed objects.
 class Tuple3<ObjType0,ObjType1,ObjType2>
          Simple class for holding 3 typed objects.
 

Methods in com.healthmarketscience.common.util that return Tuple1
 Tuple1<ObjType0> Tuple1.clone()
          Makes a copy of this Tuple1.
static
<InObjType0>
Tuple1<InObjType0>
Tuple1.create(InObjType0 obj0)
          Creates a new Tuple1 with the provided object.
 

Methods in com.healthmarketscience.common.util with parameters of type Tuple1
abstract  Object Tuple1.Accessor.get(Tuple1<?> tuple)
           
 

Method parameters in com.healthmarketscience.common.util with type arguments of type Tuple1
static
<InObjType0>
Collection<InObjType0>
Tuple1.collection0(Collection<? extends Tuple1<InObjType0>> col)
          Returns a Collection adapter for element 0 of the Tuples of the given Collection.
static
<InObjType0>
Iterable<InObjType0>
Tuple1.iterable0(Iterable<? extends Tuple1<InObjType0>> iable)
          Returns an Iterable adapter that returns an Iterator that iterates over element 0 of the tuples within the given Iterable/Iterator.
 



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