Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/careercup/ctci
/ canFitInSpot
Method
canFitInSpot
java/Chapter 8/Question8_4/Bus.java:9–11 ·
view source on GitHub ↗
(ParkingSpot spot)
Source
from the content-addressed store, hash-verified
7
}
8
9
public
boolean canFitInSpot(ParkingSpot spot) {
10
return
spot.getSize() == VehicleSize.Large;
11
}
12
13
public
void
print() {
14
System.out.print(
"B"
);
Callers
nothing calls this directly
Calls
1
getSize
Method · 0.45
Tested by
no test coverage detected