Class Pair<S,T>
java.lang.Object
org.springframework.data.util.Pair<S,T>
- Type Parameters:
S
- Type of the first thing.T
- Type of the second thing.
A tuple of things.
- Since:
- 1.12
- Author:
- Tobias Trelle, Oliver Gierke, Christoph Strobl
-
Method Details
-
of
-
getFirst
-
getSecond
-
toMap
-
equals
-
hashCode
-
toString
-