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

Method addSubValue

code/src/java/pcgen/core/doomsdaybook/DataValue.java:62–72  ·  view source on GitHub ↗

Add sub value @param key @param subValue

(String key, String subValue)

Source from the content-addressed store, hash-verified

60 * @param subValue
61 */
62 public void addSubValue(String key, String subValue)
63 {
64 if (subvalue != null)
65 {
66 subvalue.put(new DataSubValue(key, subValue));
67 }
68 else
69 {
70 subvalue = new DataSubValue(key, subValue);
71 }
72 }
73}

Callers 1

loadListMethod · 0.80

Calls 1

putMethod · 0.65

Tested by

no test coverage detected