Package gaiasky.util
Class Trio<A,B,C>
java.lang.Object
gaiasky.util.Trio<A,B,C>
- Type Parameters:
A
- First object type.B
- Second object type.C
- Third object type.
A simple data structure that holds three objects.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Trio
-
-
Method Details
-
hashCode
-
equals
-
toString
-
getFirst
-
setFirst
-
getSecond
-
setSecond
-
getThird
-
setThird
-