- All Implemented Interfaces:
Comparable<Pair<TFirst,TSecond>>
- Author:
- strobelm
-
Constructor Summary
Constructors
-
Method Summary
int
static <TFirst,
TSecond>
Pair<TFirst,TSecond>
create(TFirst first,
TSecond second)
final boolean
final boolean
final int
-
-
Method Details
-
getFirst
public final TFirst getFirst()
-
-
-
-
hashCode
public final int hashCode()
- Overrides:
hashCode in class Object
-
-
-
create
public static <TFirst,
TSecond>
Pair<TFirst,TSecond> create(TFirst first,
TSecond second)