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

Method cast

code/src/java/pcgen/cdom/enumeration/MapKey.java:78–82  ·  view source on GitHub ↗

Cast an object into the MapKey's value type @param obj the object to cast @return the object as the MapKey's value type

(Object obj)

Source from the content-addressed store, hash-verified

76 * @return the object as the MapKey's value type
77 */
78 @SuppressWarnings("unchecked")
79 public V cast(Object obj)
80 {
81 return (V) obj;
82 }
83}

Callers 8

processAddsMethod · 0.45
unparseMethod · 0.45
getMethod · 0.45
putMethod · 0.45
removeMethod · 0.45
getAssociationMethod · 0.45
buildMapMethod · 0.45
buildMapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected