Class Pair<S,T>
java.lang.Object
io.micronaut.openapi.visitor.Pair<S,T>
- Type Parameters:
S- first objectT- second object
Helper class for handling two values.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
NULL_STRING_PAIR
-
-
Method Details
-
of
-
getFirst
-
getSecond
-
equals
-
hashCode
-
toString
-