com.stimulsoft.webdesigner.helper
Class StiDictionaryHelper.StiSortDataTableComparer

java.lang.Object
  extended by com.stimulsoft.webdesigner.helper.StiDictionaryHelper.StiSortDataTableComparer
All Implemented Interfaces:
java.util.Comparator<DataTable>
Enclosing class:
StiDictionaryHelper

public static class StiDictionaryHelper.StiSortDataTableComparer
extends java.lang.Object
implements java.util.Comparator<DataTable>


Constructor Summary
StiDictionaryHelper.StiSortDataTableComparer()
           
 
Method Summary
 int compare(DataTable x, DataTable y)
           
 
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

StiDictionaryHelper.StiSortDataTableComparer

public StiDictionaryHelper.StiSortDataTableComparer()
Method Detail

compare

public int compare(DataTable x,
                   DataTable y)
Specified by:
compare in interface java.util.Comparator<DataTable>