info.informatica.util
Class LabeledContainer.NameComp

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

public static class LabeledContainer.NameComp
extends Object
implements Comparator


Constructor Summary
LabeledContainer.NameComp()
           
 
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.NameComp

public LabeledContainer.NameComp()
Method Detail

compare

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