MCPcopy 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 */
6public interface InputSource {
7 public char getNextKey();
8 public boolean possibleNextInput();
9}

Callers 1

mainMethod · 0.95

Implementers 3

KeyboardInputSourceproj3/byow/InputDemo/KeyboardInputSour
RandomInputSourceproj3/byow/InputDemo/RandomInputSource
StringInputDeviceproj3/byow/InputDemo/StringInputDevice

Calls

no outgoing calls

Tested by

no test coverage detected