info.informatica.util
Class IntegerContainer.IntComp

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

public static class IntegerContainer.IntComp
extends Object
implements Comparator<IntegerContainer>


Constructor Summary
IntegerContainer.IntComp()
           
 
Method Summary
 int compare(IntegerContainer o1, IntegerContainer 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

IntegerContainer.IntComp

public IntegerContainer.IntComp()
Method Detail

compare

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