C E G H M T

C

Coin - class Coin.
A coin with a monetary value.
Coin(double, String) - Constructor for class Coin
Constructs a coin.

E

equals(Object) - Method in class Coin
 

G

getName() - Method in class Coin
Gets the coin name.
getValue() - Method in class Coin
Gets the coin value.

H

hashCode() - Method in class Coin
 

M

main(String[]) - Static method in class TreeSetTest
 

T

TreeSetTest - class TreeSetTest.
A program to test hash codes of coins
TreeSetTest() - Constructor for class TreeSetTest
 
toString() - Method in class Coin
 

C E G H M T