info.informatica.util
Class LabeledContainer.RevNameComp

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

public static class LabeledContainer.RevNameComp
extends Object
implements Comparator


Constructor Summary
LabeledContainer.RevNameComp()
           
 
Method Summary
 int compare(Object o1, Object 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.RevNameComp

public LabeledContainer.RevNameComp()
Method Detail

compare

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