public static final class Fun.Tuple5Comparator<A,B,C,D,E> extends Object implements Comparator<Fun.Tuple5<A,B,C,D,E>>, Serializable
Modifier and Type | Field and Description |
---|---|
protected Comparator<A> |
a |
protected Comparator<B> |
b |
protected Comparator<C> |
c |
protected Comparator<D> |
d |
protected Comparator<E> |
e |
Modifier | Constructor and Description |
---|---|
|
Tuple5Comparator(Comparator<A> a,
Comparator<B> b,
Comparator<C> c,
Comparator<D> d,
Comparator<E> e) |
protected |
Tuple5Comparator(SerializerBase serializer,
DataInput in,
SerializerBase.FastArrayList<Object> objectStack)
constructor used for deserialization
|
Modifier and Type | Method and Description |
---|---|
int |
compare(Fun.Tuple5<A,B,C,D,E> o1,
Fun.Tuple5<A,B,C,D,E> o2) |
boolean |
equals(Object o) |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
protected final Comparator<A> a
protected final Comparator<B> b
protected final Comparator<C> c
protected final Comparator<D> d
protected final Comparator<E> e
public Tuple5Comparator(Comparator<A> a, Comparator<B> b, Comparator<C> c, Comparator<D> d, Comparator<E> e)
protected Tuple5Comparator(SerializerBase serializer, DataInput in, SerializerBase.FastArrayList<Object> objectStack) throws IOException
IOException
public int compare(Fun.Tuple5<A,B,C,D,E> o1, Fun.Tuple5<A,B,C,D,E> o2)
compare
in interface Comparator<Fun.Tuple5<A,B,C,D,E>>
public boolean equals(Object o)
equals
in interface Comparator<Fun.Tuple5<A,B,C,D,E>>
equals
in class Object
Copyright © 2015. All rights reserved.