jedi.annotation.processor.model
Class AnnotateableComparator

java.lang.Object
  extended by jedi.annotation.processor.model.AnnotateableComparator
All Implemented Interfaces:
Comparator<Annotateable>

public class AnnotateableComparator
extends Object
implements Comparator<Annotateable>


Constructor Summary
AnnotateableComparator()
           
 
Method Summary
 int compare(Annotateable annotateable1, Annotateable annotateable2)
           
 
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
 

Constructor Detail

AnnotateableComparator

public AnnotateableComparator()
Method Detail

compare

public int compare(Annotateable annotateable1,
                   Annotateable annotateable2)
Specified by:
compare in interface Comparator<Annotateable>


Copyright © 2011. All Rights Reserved.