Modifier and Type | Field and Description |
---|---|
static Comparator<Fun.Tuple3> |
Fun.TUPLE3_COMPARATOR |
Modifier and Type | Method and Description |
---|---|
static <A,B,C> Fun.Tuple3<A,B,C> |
Fun.t3(A a,
B b,
C c) |
Modifier and Type | Method and Description |
---|---|
Comparator<Fun.Tuple3<A,B,C>> |
BTreeKeySerializer.Tuple3KeySerializer.getComparator() |
Modifier and Type | Method and Description |
---|---|
int |
Fun.Tuple3Comparator.compare(Fun.Tuple3<A,B,C> o1,
Fun.Tuple3<A,B,C> o2) |
int |
Fun.Tuple3Comparator.compare(Fun.Tuple3<A,B,C> o1,
Fun.Tuple3<A,B,C> o2) |
int |
Fun.Tuple3.compareTo(Fun.Tuple3<A,B,C> o) |
Modifier and Type | Method and Description |
---|---|
static <A,B,C> Iterable<C> |
Fun.filter(NavigableSet<Fun.Tuple3<A,B,C>> secondaryKeys,
A a,
B b) |
Copyright © 2018. All rights reserved.