public final class JarEntryComparator extends Object implements Comparator<JarEntry>
| Constructor and Description |
|---|
JarEntryComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(JarEntry e1,
JarEntry e2) |
static JarEntryComparator |
instance()
Returns static
JarEntryComparator instance. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic static JarEntryComparator instance()
JarEntryComparator instance.JarEntryComparator instancepublic int compare(JarEntry e1, JarEntry e2)
compare in interface Comparator<JarEntry>Copyright © 2020. All rights reserved.