Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
findAvailableSpots
Method · 0.95
print
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected