MCPcopy 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

clearConstantsMethod · 0.95
emptyListsMethod · 0.95

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected