Package | Description |
---|---|
eu.bandm.tools.ops |
Modifier and Type | Method and Description |
---|---|
static <A,B> Pair<B,A> |
Pairs.flip(Pair<? extends A,? extends B> p)
Deprecated.
|
static <A,B> Pair<A,B> |
Pairs.pair(A a,
B b)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <A,B> Function<Pair<A,B>,A> |
Pairs.getLeft()
Deprecated.
|
static <A,B> Function<Pair<A,B>,B> |
Pairs.getRight()
Deprecated.
|
static <A,B> BinFunction<A,B,Pair<A,B>> |
Pairs.pair()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Pairs.equal(Pair<?,?> p,
Pair<?,?> q)
Deprecated.
|
static boolean |
Pairs.equal(Pair<?,?> p,
Pair<?,?> q)
Deprecated.
|
static <A,B> Pair<B,A> |
Pairs.flip(Pair<? extends A,? extends B> p)
Deprecated.
|
static int |
Pairs.hashCode(Pair<?,?> p)
Deprecated.
|
see also the complete user documentation .