ix.iface.util
Class KeyValueTable.PatternObjectComparator

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

public static class KeyValueTable.PatternObjectComparator
extends ObjectComparator


Constructor Summary
KeyValueTable.PatternObjectComparator()
           
 
Method Summary
protected  int compareLists(java.util.List a, java.util.List b)
           
 
Methods inherited from class ix.util.ObjectComparator
compare, compareComparable, compareNumbers, compareSymbol, defaultCompare
 
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.PatternObjectComparator

public KeyValueTable.PatternObjectComparator()
Method Detail

compareLists

protected int compareLists(java.util.List a,
                           java.util.List b)
Overrides:
compareLists in class ObjectComparator