Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Berkeley-CS61B/skeleton-sp23
/ getNextKey
Method
getNextKey
proj3/byow/InputDemo/InputSource.java:7–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
*/
6
public
interface
InputSource {
7
public
char getNextKey();
8
public
boolean possibleNextInput();
9
}
Callers
1
main
Method · 0.95
Implementers
3
KeyboardInputSource
proj3/byow/InputDemo/KeyboardInputSour
RandomInputSource
proj3/byow/InputDemo/RandomInputSource
StringInputDevice
proj3/byow/InputDemo/StringInputDevice
Calls
no outgoing calls
Tested by
no test coverage detected