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

Packages that use Tuple2
com.healthmarketscience.common.util   
 

Uses of Tuple2 in com.healthmarketscience.common.util
 

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

Methods in com.healthmarketscience.common.util that return Tuple2
 Tuple2<ObjType0,ObjType1> Tuple2.clone()
          Makes a copy of this Tuple2.
static
<InObjType0,InObjType1>
Tuple2<InObjType0,InObjType1>
Tuple2.create(InObjType0 obj0, InObjType1 obj1)
          Creates a new Tuple2 with the provided objects
static
<InObjType0,InObjType1>
Tuple2<InObjType0,InObjType1>
Tuple2.create(Map.Entry<InObjType0,InObjType1> entry)
          Creates a new Tuple2 with the Map.Entry's key and value as the objects.
 

Methods in com.healthmarketscience.common.util that return types with arguments of type Tuple2
static
<AType extends Annotation,MType extends AnnotatedElement>
Collection<Tuple2<AType,MType>>
ClassUtil.findAnnotatedElements(Class<AType> annotationClass, MType... members)
          Search for elements (fields or methods) which have the given annotation.
static
<AType extends Annotation>
Collection<Tuple2<AType,Field>>
ClassUtil.findAnnotatedFields(Object instance, Class<AType> annotationClass, boolean inherit)
          Get a collection of fields of the given object with the given annotation.
static
<AType extends Annotation>
Collection<Tuple2<AType,Method>>
ClassUtil.findAnnotatedMethods(Object instance, Class<AType> annotationClass, boolean inherit)
          Get a collection of methods of the given object with the given annotation.
 

Method parameters in com.healthmarketscience.common.util with type arguments of type Tuple2
static
<InObjType1>
Collection<InObjType1>
Tuple2.collection1(Collection<? extends Tuple2<?,InObjType1>> col)
          Get a Collection adapter for element 1 of the Tuples of the given Collection.
static
<InObjType1>
Iterable<InObjType1>
Tuple2.iterable1(Iterable<? extends Tuple2<?,InObjType1>> iable)
          Get an Iterable adapter that returns an Iterator that iterates over element 1 of the Tuples within the given Iterable/Iterator.
 



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