All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.account.db.AccountList

java.lang.Object
   |
   +----benno.account.db.AccountList

public final class AccountList
extends Object
implements Serializable
A list of accounts.

Version:
$Revision: 1.9 $
Author:
Ben Clifford

Constructor Index

 o AccountList()
 o AccountList(Vector)

Method Index

 o add(Account)
 o elementAt(int)
could do with tidying this up
 o enumerate()
 o remove(Account)
 o size()
 o sort(Ordering)
returns a new AccountList, ordered according to the specified ordering.

Constructors

 o AccountList
 public AccountList()
 o AccountList
 public AccountList(Vector v)

Methods

 o enumerate
 public Enumeration enumerate()
 o size
 public int size()
 o elementAt
 public Object elementAt(int i)
could do with tidying this up

 o add
 public void add(Account a)
 o sort
 public AccountList sort(Ordering o)
returns a new AccountList, ordered according to the specified ordering.

 o remove
 public void remove(Account a)

All Packages  Class Hierarchy  This Package  Previous  Next  Index