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

Method getSize

java/Chapter 8/Question8_4/Vehicle.java:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 }
14
15 public VehicleSize getSize() {
16 return size;
17 }
18
19 /* Park vehicle in this spot (among others, potentially) */
20 public void parkInSpot(ParkingSpot spot) {

Callers 2

canFitInSpotMethod · 0.45
canFitInSpotMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected