Class Triple<A,B,C>
java.lang.Object
de.eldoria.eldoutilities.container.Triple<A,B,C>
- Type Parameters:
A
- value AB
- value BC
- value C
Contains a immutable triple of three values.
- Since:
- 1.0.0
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
first
-
second
-
third
-
-
Constructor Details
-
Triple
Create a new tripple.- Parameters:
first
- first valuesecond
- second valuethird
- third value
-
-
Method Details
-
of
Create a new tripple.- Type Parameters:
X
- type of first valueY
- type of second valueZ
- type of third value- Parameters:
x
- first valuey
- second valuez
- third value- Returns:
- new tripple
-
equals
-
hashCode
public int hashCode() -
toString
-