| Package | Description |
|---|---|
| io.druid.java.util.common |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2> Pair<T1,T2> |
Pair.of(T1 lhs,
T2 rhs) |
| Modifier and Type | Method and Description |
|---|---|
static <T1> Comparator<Pair<T1,?>> |
Pair.lhsComparator(Comparator<T1> comparator) |
static <T1,T2> com.google.common.base.Function<Pair<T1,T2>,T1> |
Pair.lhsFn() |
static <T1,T2> com.google.common.base.Function<Pair<T1,T2>,T2> |
Pair.rhsFn() |
Copyright © 2011–2018. All rights reserved.