Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/careercup/ctci
/ Direction
Enum
Direction
java/Chapter 8/Question8_8/Direction.java:3–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
package
Question8_8;
2
3
public
enum Direction {
4
left, right, up, down
5
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected