org.rythmengine.utils
Class F.Tuple<A,B>

java.lang.Object
  extended by org.rythmengine.utils.F.Tuple<A,B>
Direct Known Subclasses:
F.T2
Enclosing class:
F

public static class F.Tuple<A,B>
extends Object


Field Summary
 A _1
           
 B _2
           
 
Constructor Summary
F.Tuple(A _1, B _2)
           
 
Method Summary
 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

_1

public final A _1

_2

public final B _2
Constructor Detail

F.Tuple

public F.Tuple(A _1,
               B _2)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.