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

Method getUnderlying

PCGen-base/code/src/java/pcgen/base/util/Identity.java:62–65  ·  view source on GitHub ↗

Returns the object underlying this Identity. @return The object underlying this Identity

()

Source from the content-addressed store, hash-verified

60 * @return The object underlying this Identity
61 */
62 public T getUnderlying()
63 {
64 return underlying;
65 }
66
67 /**
68 * Convert an object to the Identity wrapper for that object that does identity

Callers 7

getMethod · 0.80
removeMethod · 0.80
setMethod · 0.80
toStringMethod · 0.80
toArrayMethod · 0.80
nextMethod · 0.80
previousMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected