Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
V1 |
first() |
Object |
get(int index)
Returns the Object at the given index.
|
int |
hashCode() |
static <A,B,C> Tuple3<A,B,C> |
of(A a,
B b,
C c) |
V2 |
second() |
int |
size()
Returns the number of elements in this Tuple.
|
V3 |
third() |
String |
toString() |
public static <A,B,C> Tuple3<A,B,C> of(A a, B b, C c)
public V1 first()
public V2 second()
public V3 third()
public Object get(int index)
Tuple
public int size()
Tuple
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.