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

Method clearConstants

code/src/java/pcgen/cdom/enumeration/FactSetKey.java:133–136  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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

Callers 1

emptyListsMethod · 0.95

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected