Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
Socializer
Socializer
/
t
/
t4018
/
java-enum-constant
Code
Commits
Pulls
CI/CD
81,295
bisect
bisect
jch
maint
master
next
seen
test
todo
text
6 lines
65 Bytes
Copy permalink
Copy
Raw
1
private enum RIGHT {
2
ONE,
3
TWO,
4
THREE,
5
ChangeMe
6
}