Class Tuple<A,B>
java.lang.Object
org.broadleafcommerce.common.util.Tuple<A,B>
This Tuple class can be used when you want to return two elements from a function in a type safe way.
- Author:
- Andre Azzolini (apazzolini)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
one
-
two
-
-
Constructor Details
-
Tuple
-
-
Method Details
-
getFirst
-
getSecond
-