FindBugs™ 1.3.9

edu.umd.cs.findbugs.log
Class Profiler.ClassNameComparator

java.lang.Object
  extended by edu.umd.cs.findbugs.log.Profiler.ClassNameComparator
All Implemented Interfaces:
java.io.Serializable, java.util.Comparator<java.lang.Class<?>>
Direct Known Subclasses:
Profiler.TimePerCallComparator, Profiler.TotalCallsComparator, Profiler.TotalTimeComparator
Enclosing class:
Profiler

public static class Profiler.ClassNameComparator
extends java.lang.Object
implements java.util.Comparator<java.lang.Class<?>>, java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  Profiler profiler
           
 
Constructor Summary
Profiler.ClassNameComparator(Profiler p)
           
 
Method Summary
 int compare(java.lang.Class<?> c1, java.lang.Class<?> c2)
           
 
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

profiler

protected final Profiler profiler
Constructor Detail

Profiler.ClassNameComparator

public Profiler.ClassNameComparator(Profiler p)
Method Detail

compare

public int compare(java.lang.Class<?> c1,
                   java.lang.Class<?> c2)
Specified by:
compare in interface java.util.Comparator<java.lang.Class<?>>

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.