|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--SetOperations
An driver program used to test out the Set
Abstract Data Type
written as part of this assignment. The user can use the commands below
to perform operations on Set
objects.
Constructor Summary | |
SetOperations()
|
Method Summary | |
static void |
main(java.lang.String[] args)
The main operating method for this program. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SetOperations()
Method Detail |
public static void main(java.lang.String[] args) throws IllegalElementException, java.io.IOException
IllegalElementException
- Indicates that a number was entered outside of the acceptable range for a
Set
object.java.io.IOException
- Indicates an error reading in from the keyboard.java.lang.NumberFormatException
- Indicates that an entry for numeric data was not numeric.OutOfMemoryError
- Indicates that there isn't sufficient memory for creating the
Set
objects.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |