Tag Archives: java enum

java tutorial: java enum in switch case

Java enum in switch case : 1. Returns the enum constant of the specified enum type with the specified name. 2. The case label is an enum constant. Continue reading

Posted in Internet Technology | Tagged , , , | Comments Off on java tutorial: java enum in switch case

java tutorial: Java enum check if value exists

Java enum check if value exists: 1. Enum class provides inspection methods 2. Check with for loop 3.Use stream iterators 4.Use a tool class similar to Apache EnumUtils Continue reading

Posted in Internet Technology | Tagged , , | Comments Off on java tutorial: Java enum check if value exists