MCPcopy Create free account
hub / github.com/PCGen/pcgen / clearConstants

Method clearConstants

code/src/java/pcgen/cdom/enumeration/FactKey.java:134–137  ·  view source on GitHub ↗

Clears all of the FactKeys in this Class (forgets the mappings from Strings to FactKeys).

()

Source from the content-addressed store, hash-verified

132 * Strings to FactKeys).
133 */
134 public static void clearConstants()
135 {
136 typeMap.clear();
137 }
138
139 /**
140 * Designed to appropriately cast an object fetched with this FactKey.

Callers 1

emptyListsMethod · 0.95

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected