klasscho

enum class

May 26th, 2020
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.09 KB | None | 0 0
  1. package com.packag;
  2.  
  3. public enum Direction {
  4.     LEFT,
  5.     RIGHT,
  6.     UP,
  7.     DOWN
  8. }
Add Comment
Please, Sign In to add comment