Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/oracle/coherence
/ isOddLot
Method
isOddLot
prj/coherence-testing-data/src/main/java/data/Trade.java:147–150 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
145
// ----- calculated properties -----------------------------------------
146
147
public
Boolean isOddLot()
148
{
149
return
getLot() < 10;
150
}
151
152
153
// ----- PortableObject interface --------------------------------------
Callers
1
toString
Method · 0.95
Calls
1
getLot
Method · 0.95
Tested by
no test coverage detected