All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.account.ByDateOrder

java.lang.Object
   |
   +----benno.account.ByDateOrder

public final class ByDateOrder
extends Object
implements Ordering
This class will order a set of Transactions by their date. This implementation uses the date of the first transaction part. I do not think that this is the best way to do it, but haven't yet worked out how I am going to do it.

Version:
$Revision: 1.5 $
Author:
Ben Clifford

Constructor Index

 o ByDateOrder()

Method Index

 o compare(Object, Object)

Constructors

 o ByDateOrder
 public ByDateOrder()

Methods

 o compare
 public int compare(Object a,
                    Object b)

All Packages  Class Hierarchy  This Package  Previous  Next  Index