Package com.github.westsi.browser.util
Class Triplet<F,S,T>
java.lang.Object
com.github.westsi.browser.util.Triplet<F,S,T>
- Type Parameters:
F
- The type of the first piece of data in the tripletS
- The type of the second piece of dataT
- The type of the third piece of data
Utility class to group together three pieces of data.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Triplet
-
-
Method Details
-
getFirst
-
setFirst
-
getSecond
-
setSecond
-
getThird
-
setThird
-