Modifier and Type | Field and Description |
---|---|
static Comparator<Fun.Tuple4> |
Fun.TUPLE4_COMPARATOR |
Modifier and Type | Method and Description |
---|---|
static <A,B,C,D> Fun.Tuple4<A,B,C,D> |
Fun.t4(A a,
B b,
C c,
D d) |
Modifier and Type | Method and Description |
---|---|
Comparator<Fun.Tuple4<A,B,C,D>> |
BTreeKeySerializer.Tuple4KeySerializer.getComparator() |
Modifier and Type | Method and Description |
---|---|
int |
Fun.Tuple4Comparator.compare(Fun.Tuple4<A,B,C,D> o1,
Fun.Tuple4<A,B,C,D> o2) |
int |
Fun.Tuple4Comparator.compare(Fun.Tuple4<A,B,C,D> o1,
Fun.Tuple4<A,B,C,D> o2) |
int |
Fun.Tuple4.compareTo(Fun.Tuple4<A,B,C,D> o) |
Modifier and Type | Method and Description |
---|---|
static <A,B,C,D> Iterable<D> |
Fun.filter(NavigableSet<Fun.Tuple4<A,B,C,D>> secondaryKeys,
A a,
B b,
C c) |
Copyright © 2018. All rights reserved.