com.sun.jersey.spi.service
Class ComponentConstructor.ConstructorComparator<T>

java.lang.Object
  extended by com.sun.jersey.spi.service.ComponentConstructor.ConstructorComparator<T>
All Implemented Interfaces:
java.util.Comparator<ComponentConstructor.ConstructorInjectablePair<T>>
Enclosing class:
ComponentConstructor

public static class ComponentConstructor.ConstructorComparator<T>
extends java.lang.Object
implements java.util.Comparator<ComponentConstructor.ConstructorInjectablePair<T>>


Constructor Summary
ComponentConstructor.ConstructorComparator()
           
 
Method Summary
 int compare(ComponentConstructor.ConstructorInjectablePair<T> o1, ComponentConstructor.ConstructorInjectablePair<T> 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
 

Constructor Detail

ComponentConstructor.ConstructorComparator

public ComponentConstructor.ConstructorComparator()
Method Detail

compare

public int compare(ComponentConstructor.ConstructorInjectablePair<T> o1,
                   ComponentConstructor.ConstructorInjectablePair<T> o2)
Specified by:
compare in interface java.util.Comparator<ComponentConstructor.ConstructorInjectablePair<T>>


Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.