public class Tuple3<V1,V2,V3> extends Object implements Tuple
Tuples.| Modifier and Type | Class and Description | 
|---|---|
| static class  | Tuple3.Collect<V1,V2,V3> | 
| 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)
Tuplepublic int size()
TupleCopyright © 2017 The Apache Software Foundation. All rights reserved.