Package com.strobel.core
Class Triple<TFirst,TSecond,TThird>
java.lang.Object
com.strobel.core.Triple<TFirst,TSecond,TThird>
- All Implemented Interfaces:
Comparable<Triple<TFirst,TSecond, TThird>>
public final class Triple<TFirst,TSecond,TThird>
extends Object
implements Comparable<Triple<TFirst,TSecond,TThird>>
- Author:
- strobelm
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Triple
-
-
Method Details
-
getFirst
-
getSecond
-
getThird
-
equals
-
equals
-
hashCode
public final int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<TFirst>
-
toString
-
create
public static <TFirst,TSecond, Triple<TFirst,TThird> TSecond, createTThird> (TFirst first, TSecond second, TThird third)
-