| Modifier and Type | Field and Description |
|---|---|
static java.util.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 |
|---|---|
java.util.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> java.lang.Iterable<D> |
Fun.filter(java.util.NavigableSet<Fun.Tuple4<A,B,C,D>> secondaryKeys,
A a,
B b,
C c) |