Java org.springframework.data.util Pair fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.util Pair fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.util Pair.

The text is from its open source code.

Method

SgetFirst()
Returns the first element of the Pair .
TgetSecond()
Returns the second element of the Pair .
Pairof(S first, T second)
Creates a new Pair for the given elements.