public class RepositoryComparator extends Object implements Comparator<AbstractRepository>
Constructor and Description |
---|
RepositoryComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(AbstractRepository o1,
AbstractRepository o2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public RepositoryComparator()
public int compare(AbstractRepository o1, AbstractRepository o2)
compare
in interface Comparator<AbstractRepository>
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.