Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
G
M
W
A
add(Measurable)
- Method in class
DataSet
Adds a data value to the data set.
B
BankAccount
- Class in
<Unnamed>
A bank account has a balance that can be changed by deposits and withdrawals.
BankAccount()
- Constructor for class
BankAccount
Constructs a bank account with a zero balance.
BankAccount(double)
- Constructor for class
BankAccount
Constructs a bank account with a given balance.
C
Coin
- Class in
<Unnamed>
A coin with a monetary value.
Coin(double, String)
- Constructor for class
Coin
Constructs a coin.
D
DataSet
- Class in
<Unnamed>
Computes the average of a set of data values.
DataSet()
- Constructor for class
DataSet
Constructs an empty data set.
DataSetTester
- Class in
<Unnamed>
This program tests the DataSet class.
DataSetTester()
- Constructor for class
DataSetTester
deposit(double)
- Method in class
BankAccount
Deposits money into the bank account.
G
getAverage()
- Method in class
DataSet
Gets the average of the added data.
getBalance()
- Method in class
BankAccount
Gets the current balance of the bank account.
getMaximum()
- Method in class
DataSet
Gets the largest of the added data.
getMeasure()
- Method in class
BankAccount
getMeasure()
- Method in class
Coin
getMeasure()
- Method in interface
Measurable
Computes the measure of the object.
getName()
- Method in class
Coin
Gets the coin name.
getValue()
- Method in class
Coin
Gets the coin value.
M
main(String[])
- Static method in class
DataSetTester
Measurable
- Interface in
<Unnamed>
Describes any class whose objects can be measured.
W
withdraw(double)
- Method in class
BankAccount
Withdraws money from the bank account.
A
B
C
D
G
M
W
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes