info.informatica.util
Class IntegerContainer.RevIntComp

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

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


Constructor Summary
IntegerContainer.RevIntComp()
           
 
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.RevIntComp

public IntegerContainer.RevIntComp()
Method Detail

compare

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