Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ clearConstants
Method
clearConstants
code/src/java/pcgen/cdom/enumeration/RaceType.java:165–171 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
163
* Parker, Feb 28, 2007
164
*/
165
public
static
void
clearConstants()
166
{
167
if
(typeMap != null)
168
{
169
typeMap.clear();
170
}
171
}
172
173
}
Callers
2
clearConstants
Method · 0.95
emptyLists
Method · 0.95
Calls
1
clear
Method · 0.65
Tested by
no test coverage detected