|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
Tuple2.create(InObjType0 obj0,
InObjType1 obj1)
Creates a new Tuple2 with the provided objects |
|
static
|
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
|
ClassUtil.findAnnotatedElements(Class<AType> annotationClass,
MType... members)
Search for elements (fields or methods) which have the given annotation. |
|
static
|
ClassUtil.findAnnotatedFields(Object instance,
Class<AType> annotationClass,
boolean inherit)
Get a collection of fields of the given object with the given annotation. |
|
static
|
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
|
Tuple2.collection1(Collection<? extends Tuple2<?,InObjType1>> col)
Get a Collection adapter for element 1 of the Tuples of the given Collection. |
|
static
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |