| Modifier and Type | Method and Description |
|---|---|
static <F extends Comparable<? super F>,S extends Comparable<? super S>> |
ComparablePair.create(F first,
S second)
Create a
ComparablePair, automatically deriving the classes of the objects. |
| Modifier and Type | Method and Description |
|---|---|
int |
ComparablePair.compareTo(ComparablePair<F,S> o)
Compare this object with another for order.
|
Copyright © 2020. All rights reserved.