| Modifier and Type | Method and Description |
|---|---|
static <First extends Serializable & Comparable<? super First>,Second extends Serializable & Comparable<? super Second>> |
Pairs.fromComparableSerializables(First first,
Second second)
Creates a pair from components which are comparable and serializable which
is itself
Comparable and Serializable. |
Copyright © 2015. All rights reserved.