A B E G H I N S T U

A

actionPerformed(ActionEvent) - Method in class Baseball
 

B

Baseball - class Baseball.
 
Baseball() - Constructor for class Baseball
 
BattingAverage - class BattingAverage.
The BattingAverge class is used to store and calculate a player's batting average.
BattingAverage() - Constructor for class BattingAverage
Constructor
BattingAverage(BattingAverage) - Constructor for class BattingAverage
Clone Constructor
BattingAverage(int, int) - Constructor for class BattingAverage
Full Constructor

E

equals(Object) - Method in class BattingAverage
Determine if an object is equal to this object.
equals(Object) - Method in class Name
Determine if an object is equal to this object.

G

getAtBats() - Method in class BattingAverage
Get the value of atBats.
getBattingAverage() - Method in class BattingAverage
Calculate and return a player's batting average.
getFirst() - Method in class Name
Get the value of first.
getHits() - Method in class BattingAverage
Get the value of hits.
getLast() - Method in class Name
Get the value of last.

H

hashCode() - Method in class Name
Override the default hashCode() method.

I

init() - Method in class Baseball
 

N

Name - class Name.
The Name class is used to store a person's name.
Name() - Constructor for class Name
Constructor
Name(Name) - Constructor for class Name
Clone Constructor
Name(String, String) - Constructor for class Name
Full Constructor

S

setAtBats(int) - Method in class BattingAverage
Set the value of atBats
setFirst(String) - Method in class Name
Set the value of first
setHits(int) - Method in class BattingAverage
Set the value of hits
setLast(String) - Method in class Name
Set the value of last

T

toString() - Method in class BattingAverage
Convert object to String
toString() - Method in class Name
Convert object to String

U

updateAverage(BattingAverage) - Method in class Baseball
Given a BattingAverage object, update the display values

A B E G H I N S T U