pt.despodata.java.ddata.table
Class DDataTableSortMethod

java.lang.Object
  extended bypt.despodata.java.ddata.table.DDataTableSortMethod
All Implemented Interfaces:
java.util.Comparator

public abstract class DDataTableSortMethod
extends java.lang.Object
implements java.util.Comparator

Title: DDataTable Description: Copyright: Copyright (c) Luis Medalhas Company: Despodata

Version:
1.0
Author:
Luis Medalhas

Constructor Summary
DDataTableSortMethod()
           
 
Method Summary
abstract  int compare(DDataSortInfo row1, DDataSortInfo row2)
           
 int compare(java.lang.Object o1, java.lang.Object o2)
           
 
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

DDataTableSortMethod

public DDataTableSortMethod()
Method Detail

compare

public abstract int compare(DDataSortInfo row1,
                            DDataSortInfo row2)

compare

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