net.csdn.common.collect
Class Tuple3<V1,V2,V3>

java.lang.Object
  extended by net.csdn.common.collect.Tuple3<V1,V2,V3>

public class Tuple3<V1,V2,V3>
extends Object

BlogInfo: william Date: 11-9-2 Time: 上午10:01


Constructor Summary
Tuple3(V1 v1, V2 v2, V3 v3)
           
 
Method Summary
 boolean equals(Object o)
           
 V1 getV1()
           
 V2 getV2()
           
 V3 getV3()
           
 int hashCode()
           
static
<V1,V2,V3> Tuple3<V1,V2,V3>
tuple(V1 v1, V2 v2, V3 v3)
           
 V1 v1()
           
 V2 v2()
           
 V3 v3()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tuple3

public Tuple3(V1 v1,
              V2 v2,
              V3 v3)
Method Detail

tuple

public static <V1,V2,V3> Tuple3<V1,V2,V3> tuple(V1 v1,
                                                V2 v2,
                                                V3 v3)

v1

public V1 v1()

v2

public V2 v2()

v3

public V3 v3()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getV1

public V1 getV1()

getV2

public V2 getV2()

getV3

public V3 getV3()


Copyright © 2014. All Rights Reserved.