How to get all enum values in Java?

后端 未结 7 1631
独厮守ぢ
独厮守ぢ 2020-12-04 17:06

I came across this problem that I without knowing the actual enum type I need to iterate its possible values.

if (value instanceof Enum){
   Enu         


        
7条回答
提交回复
热议问题