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, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongprivate 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
IOExceptionClassNotFoundExceptionprivate void writeObject(ObjectOutputStream out) throws IOException
IOExceptionCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.