Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getInt
Method
getInt
code/src/java/pcgen/system/PropertyContext.java:225–228 ·
view source on GitHub ↗
(String key)
Source
from the content-addressed store, hash-verified
223
}
224
225
public
int
getInt(String key)
226
{
227
return
NumberUtils.toInt(getProperty(key));
228
}
229
230
public
int
getInt(String key,
int
defaultValue)
231
{
Callers
3
setCharacter
Method · 0.80
applyPreferences
Method · 0.80
isVerbose
Method · 0.80
Calls
2
getProperty
Method · 0.95
toString
Method · 0.65
Tested by
no test coverage detected