Package | Description |
---|---|
org.glassfish.pfl.basic.algorithm | |
org.glassfish.pfl.basic.contain |
Modifier and Type | Method and Description |
---|---|
static <S,T> Pair<S,T> |
Algorithms.pair(S first,
T second) |
Modifier and Type | Method and Description |
---|---|
static <K,V> Map<K,V> |
Algorithms.map(Pair<K,V>... pairs) |
Modifier and Type | Class and Description |
---|---|
class |
SPair<S extends Serializable,T extends Serializable>
Serializable version of Pair.
|
Modifier and Type | Method and Description |
---|---|
int |
PairComparator.compare(Pair<S,T> o1,
Pair<S,T> o2) |
int |
PairComparator.compare(Pair<S,T> o1,
Pair<S,T> o2) |
Copyright © 2017 Oracle. All rights reserved.