All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.account.report.ByGroupAndNameOrder

java.lang.Object
   |
   +----benno.account.report.ByGroupAndNameOrder

public final class ByGroupAndNameOrder
extends Object
implements Ordering
This class will order a set of Accounts, firstly by the Group and then by the name.

Version:
$Revision: 1.3 $
Author:
Ben Clifford

Constructor Index

 o ByGroupAndNameOrder()

Method Index

 o compare(Object, Object)

Constructors

 o ByGroupAndNameOrder
 public ByGroupAndNameOrder()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index