ix.iface.util
Class KeyValueTable.MostRecentFirstComparator

java.lang.Object
  extended by ix.iface.util.KeyValueTable.MostRecentFirstComparator
All Implemented Interfaces:
java.util.Comparator
Enclosing class:
KeyValueTable

public class KeyValueTable.MostRecentFirstComparator
extends java.lang.Object
implements java.util.Comparator


Constructor Summary
KeyValueTable.MostRecentFirstComparator()
           
 
Method Summary
 int compare(java.lang.Object k1, java.lang.Object k2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

KeyValueTable.MostRecentFirstComparator

public KeyValueTable.MostRecentFirstComparator()
Method Detail

compare

public int compare(java.lang.Object k1,
                   java.lang.Object k2)
Specified by:
compare in interface java.util.Comparator