Skip navigation links
G M 

G

greet(String) - Method in class Greeter
A method used to greet the named person.
Greeter - Class in <Unnamed>
Displays a custom greeting message.
Greeter(String) - Constructor for class Greeter
A constructor that is used to initialize a Greeter object's properties: the greeting message to use.
GreeterApp - Class in <Unnamed>
A class that demonstrates creating Greeter objects and invoking methods on them.
GreeterApp() - Constructor for class GreeterApp
 

M

main(String[]) - Static method in class GreeterApp
The main method of the Greeter application, it creates some Greet objects and invokes methods on these objects.
message - Variable in class Greeter
The message to use in the greeting.
G M 
Skip navigation links