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

Method getMapKeys

code/src/java/pcgen/cdom/base/CDOMObject.java:780–783  ·  view source on GitHub ↗

Retrieve the set of mapkeys held. @return The set of mapkeys.

()

Source from the content-addressed store, hash-verified

778 * @return The set of mapkeys.
779 */
780 public final Set<MapKey<?, ?>> getMapKeys()
781 {
782 return mapChar == null ? Collections.emptySet() : mapChar.getKeySet();
783 }
784
785 @Override
786 public String getKeyName()

Callers 2

commitMethod · 0.95
getInfoTokenMethod · 0.80

Calls 1

getKeySetMethod · 0.65

Tested by

no test coverage detected