org.codehaus.groovy.reflection
Class CachedClass.CachedMethodComparatorWithString

java.lang.Object
  extended by org.codehaus.groovy.reflection.CachedClass.CachedMethodComparatorWithString
All Implemented Interfaces:
Comparator
Enclosing class:
CachedClass

public static class CachedClass.CachedMethodComparatorWithString
extends Object
implements Comparator


Field Summary
static Comparator INSTANCE
           
 
Constructor Summary
CachedClass.CachedMethodComparatorWithString()
           
 
Method Summary
 int compare(Object o1, Object o2)
           
 
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
 

Field Detail

INSTANCE

public static final Comparator INSTANCE
Constructor Detail

CachedClass.CachedMethodComparatorWithString

public CachedClass.CachedMethodComparatorWithString()
Method Detail

compare

public int compare(Object o1,
                   Object o2)
Specified by:
compare in interface Comparator

Copyright © 2003-2010 The Codehaus. All rights reserved.