|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--AddressBook
AddressBook.java Created: Sun Mar 2 18:04:33 2003
Constructor Summary | |
AddressBook()
Creates a new AddressBook , and loads it from the
file emailList.txt |
Method Summary | |
static void |
main(String[] args)
Sorts the Email Address Book file, emailList.txt . |
void |
save()
Writes this AddressBook into the file
emailList.txt . |
String |
toString()
Returns a String representation of this AddressBook . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AddressBook()
AddressBook
, and loads it from the
file emailList.txt
Method Detail |
public void save()
AddressBook
into the file
emailList.txt
.
public String toString()
AddressBook
.
toString
in class Object
AddressBook
.public static void main(String[] args)
emailList.txt
.
args
- a String[]
value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |