Enumeration


Source code

1enum Enumeration {
2
3 ONE, TWO, THREE
4
5}

Bytecode



Other examples
Main page