| Modifier and Type | Class and Description |
|---|---|
class |
ComparablePair<F extends Comparable<? super F>,S extends Comparable<? super S>>
A comparable pair of objects.
|
| Modifier and Type | Method and Description |
|---|---|
static <F,S> Pair<F,S> |
Pair.create(F first,
S second)
Create a new
Pair where the types of the two objects are inferred from the types
of the arguments. |
Copyright © 2020. All rights reserved.