T
- class ReferenceComparator<T> extends AbstractReferenceComparator<T> implements Serializable
Modifier and Type | Field and Description |
---|---|
private Comparator<? super T> |
comparator |
private static long |
serialVersionUID |
Constructor and Description |
---|
ReferenceComparator(Comparator<? super T> comparator) |
Modifier and Type | Method and Description |
---|---|
(package private) Comparator<? super T> |
get() |
private void |
readObject(ObjectInputStream in) |
private void |
writeObject(ObjectOutputStream out) |
compare, equals, 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
private static final long serialVersionUID
private Comparator<? super T> comparator
ReferenceComparator(Comparator<? super T> comparator)
Comparator<? super T> get()
get
in class AbstractReferenceComparator<T>
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.