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

Method max

code/src/java/pcgen/util/enumeration/Load.java:89–92  ·  view source on GitHub ↗
(Load x)

Source from the content-addressed store, hash-verified

87 }
88
89 public Load max(Load x)
90 {
91 return checkLtEq(x) ? x : this;
92 }
93
94 /**
95 * @param val should be a string value to be checked for equality (case-insensitive) with

Callers 1

movementOfTypeMethod · 0.95

Calls 1

checkLtEqMethod · 0.95

Tested by

no test coverage detected