Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Anchals24/Low-Level-Design
/ getPrice
Method
getPrice
IteratorDesignPattern/Book.java:13–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
}
12
13
public
int
getPrice(){
14
return
price;
15
}
16
17
public
String getBookName(){
18
return
bookName;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected