MCPcopy Create free account
hub / github.com/careercup/ctci / getRow

Method getRow

java/Chapter 8/Question8_4/ParkingSpot.java:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 }
36
37 public int getRow() {
38 return row;
39 }
40
41 public int getSpotNumber() {
42 return spotNumber;

Callers 2

findAvailableSpotsMethod · 0.95
printMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected