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

Method checkLtEq

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

Source from the content-addressed store, hash-verified

82 }
83
84 private boolean checkLtEq(Load x)
85 {
86 return ordinal() <= x.ordinal();
87 }
88
89 public Load max(Load x)
90 {

Callers 1

maxMethod · 0.95

Calls 1

ordinalMethod · 0.80

Tested by

no test coverage detected