Enumeration
Source code
1
enum
Enumeration {
2
3
ONE, TWO, THREE
4
5
}
Bytecode
Other examples
Main page