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

Method getMapFor

code/src/java/pcgen/cdom/util/MapKeyMap.java:153–157  ·  view source on GitHub ↗

Returns a copy of the List contained in this MapKeyMap for the given ListKey. This method returns null if the given key is not in this MapKeyMap. This method is value-semantic in that no changes are made to the object passed into the method and ownership of the returned List is transferred to the c

(MapKey<K, V> key)

Source from the content-addressed store, hash-verified

151 * null if the given key is not a key in this MapKeyMap.
152 */
153 @SuppressWarnings("unchecked")
154 public <K, V> Map<K, V> getMapFor(MapKey<K, V> key)
155 {
156 return map.getMapFor(key);
157 }
158
159 /**
160 * Returns a Set of the secondary keys for the given primary key in this

Callers 15

getEquipmentHtmlInfoMethod · 0.45
clearStateMapMethod · 0.45
setCharacterMethod · 0.45
setMasterMethod · 0.45
getOldFollowerLimitMethod · 0.45
getInfoTokenMethod · 0.45
attackCycleMethod · 0.45
cloneMethod · 0.45
getVariableAppliedMethod · 0.45
getLevelAppliedMethod · 0.45
getWeaponTokenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected