Class ImmutableTriplet<A,B,C>
java.lang.Object
de.florianmichael.rclasses.functional.tuple.Triplet<A,B,C>
de.florianmichael.rclasses.functional.tuple.immutable.ImmutableTriplet<A,B,C>
Represents a tuple of three elements.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ImmutableTriplet
public ImmutableTriplet() -
ImmutableTriplet
-
-
Method Details
-
getFirst
-
getSecond
-
getThird
-
setFirst
-
setSecond
-
setThird
-
toString
-
equals
-
hashCode
public int hashCode()
-