accountRec
Class AccountItemsSort

java.lang.Object
  extended by accountRec.AccountItemsSort
All Implemented Interfaces:
java.util.Comparator<Unitaccountsitems>

public class AccountItemsSort
extends java.lang.Object
implements java.util.Comparator<Unitaccountsitems>

Author:
Antec

Constructor Summary
AccountItemsSort()
           
 
Method Summary
 int compare(Unitaccountsitems o1, Unitaccountsitems 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

AccountItemsSort

public AccountItemsSort()
Method Detail

compare

public int compare(Unitaccountsitems o1,
                   Unitaccountsitems o2)
Specified by:
compare in interface java.util.Comparator<Unitaccountsitems>