Package org.codehaus.groovy.reflection
Class CachedClass.CachedMethodComparatorWithString
java.lang.Object
org.codehaus.groovy.reflection.CachedClass.CachedMethodComparatorWithString
- All Implemented Interfaces:
- java.util.Comparator
- Enclosing class:
- CachedClass
public static class CachedClass.CachedMethodComparatorWithString
extends java.lang.Object
implements java.util.Comparator
- 
Field SummaryFields Modifier and Type Field Description static java.util.ComparatorINSTANCE
- 
Constructor SummaryConstructors Constructor Description CachedMethodComparatorWithString()
- 
Method SummaryModifier and Type Method Description intcompare(java.lang.Object o1, java.lang.Object o2)Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparatorequals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
- 
Field Details- 
INSTANCEpublic static final java.util.Comparator INSTANCE
 
- 
- 
Constructor Details- 
CachedMethodComparatorWithStringpublic CachedMethodComparatorWithString()
 
- 
- 
Method Details- 
comparepublic int compare(java.lang.Object o1, java.lang.Object o2)- Specified by:
- comparein interface- java.util.Comparator
 
 
-