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

Method getAllConstants

code/src/java/pcgen/cdom/enumeration/ObjectKey.java:423–430  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

421 }
422
423 public static Collection<ObjectKey<?>> getAllConstants()
424 {
425 if (map == null)
426 {
427 buildMap();
428 }
429 return new HashSet<>(map.values());
430 }
431}

Callers

nothing calls this directly

Calls 2

buildMapMethod · 0.95
valuesMethod · 0.45

Tested by

no test coverage detected