Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/careercup/ctci
/ getOrder
Method
getOrder
java/Chapter 3/Question3_7/Animal.java:16–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
}
15
16
public
int
getOrder() {
17
return
order;
18
}
19
20
public
boolean isOlderThan(Animal a) {
21
return
this.order < a.getOrder();
Callers
1
isOlderThan
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected