Package com.google.gwt.core.ext.linker
Class SymbolData.ClassIdentComparator
java.lang.Object
com.google.gwt.core.ext.linker.SymbolData.ClassIdentComparator
- All Implemented Interfaces:
Serializable
,Comparator<SymbolData>
- Enclosing interface:
SymbolData
public static class SymbolData.ClassIdentComparator
extends Object
implements Comparator<SymbolData>, Serializable
A Comparator for use when presenting the data to humans. This Comparator
orders SymbolData objects by their class names or JSNI idents.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
ClassIdentComparator
public ClassIdentComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<SymbolData>
-