org.rythmengine.utils
Class F.T3<A,B,C>

java.lang.Object
  extended by org.rythmengine.utils.F.T3<A,B,C>
Enclosing class:
F

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


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

_3

public final C _3
Constructor Detail

F.T3

public F.T3(A _1,
            B _2,
            C _3)
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.