org.mapdb
Class Fun.Tuple3<A,B,C>

java.lang.Object
  extended by org.mapdb.Fun.Tuple3<A,B,C>
All Implemented Interfaces:
Serializable, Comparable<Fun.Tuple3<A,B,C>>
Enclosing class:
Fun

public static final class Fun.Tuple3<A,B,C>
extends Object
implements Comparable<Fun.Tuple3<A,B,C>>, Serializable

See Also:
Serialized Form

Field Summary
 A a
           
 B b
           
 C c
           
 
Constructor Summary
  Fun.Tuple3(A a, B b, C c)
           
protected Fun.Tuple3(SerializerBase serializer, DataInput in, SerializerBase.FastArrayList<Object> objectStack, int extra)
          constructor used for deserialization, `extra` is added so the functions do not colide
 
Method Summary
 int compareTo(Fun.Tuple3<A,B,C> o)
           
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

a

public final A a

b

public final B b

c

public final C c
Constructor Detail

Fun.Tuple3

public Fun.Tuple3(A a,
                  B b,
                  C c)

Fun.Tuple3

protected Fun.Tuple3(SerializerBase serializer,
                     DataInput in,
                     SerializerBase.FastArrayList<Object> objectStack,
                     int extra)
              throws IOException
constructor used for deserialization, `extra` is added so the functions do not colide

Throws:
IOException
Method Detail

compareTo

public int compareTo(Fun.Tuple3<A,B,C> o)
Specified by:
compareTo in interface Comparable<Fun.Tuple3<A,B,C>>

toString

public String toString()
Overrides:
toString in class Object

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2014. All Rights Reserved.