public class TobagoConfigSorter extends Object implements Comparator<TobagoConfigFragment>
| Constructor and Description |
|---|
TobagoConfigSorter(List<TobagoConfigFragment> list) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(TobagoConfigFragment a,
TobagoConfigFragment b) |
protected void |
createRelevantPairs() |
protected void |
ensureAntiSymmetric() |
protected void |
ensureIrreflexive() |
protected List<org.apache.myfaces.tobago.internal.config.TobagoConfigSorter.Pair> |
getPairs() |
protected void |
makeTransitive() |
TobagoConfigImpl |
merge() |
void |
sort() |
protected void |
sort0() |
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 TobagoConfigSorter(List<TobagoConfigFragment> list)
public void sort()
public TobagoConfigImpl merge()
protected void makeTransitive()
protected void ensureIrreflexive()
protected void ensureAntiSymmetric()
public int compare(TobagoConfigFragment a, TobagoConfigFragment b)
compare in interface Comparator<TobagoConfigFragment>protected void createRelevantPairs()
protected void sort0()
protected List<org.apache.myfaces.tobago.internal.config.TobagoConfigSorter.Pair> getPairs()
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.