info.informatica.util
Class LabeledContainer.RevObjectComp<C extends Comparator<C>>

java.lang.Object
  extended by info.informatica.util.LabeledContainer.RevObjectComp<C>
All Implemented Interfaces:
Comparator<LabeledContainer<C>>
Enclosing class:
LabeledContainer<T>

public static class LabeledContainer.RevObjectComp<C extends Comparator<C>>
extends Object
implements Comparator<LabeledContainer<C>>


Constructor Summary
LabeledContainer.RevObjectComp()
           
 
Method Summary
 int compare(LabeledContainer<C> o1, LabeledContainer<C> o2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

LabeledContainer.RevObjectComp

public LabeledContainer.RevObjectComp()
Method Detail

compare

public int compare(LabeledContainer<C> o1,
                   LabeledContainer<C> o2)
Specified by:
compare in interface Comparator<LabeledContainer<C extends Comparator<C>>>