Package com.zybooks.dsaj.primer
Class EnumDemo
java.lang.Object
com.zybooks.dsaj.primer.EnumDemo
An example that uses an enumerated type.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
An enumerated type for days of the week. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
Demonstrates the use of a switch statement based on the day.
-
Constructor Details
-
EnumDemo
public EnumDemo()
-
-
Method Details
-
main
-
switchDemo
Demonstrates the use of a switch statement based on the day.- Parameters:
d
- one of the days of the week
-