MCPcopy Create free account
hub / github.com/TestLeafInc/Simba / Country

Method Country

src/main/java/com/force/enums/Country.java:262–264  ·  view source on GitHub ↗
(String country)

Source from the content-addressed store, hash-verified

260 private String country;
261
262 Country(String country) {
263 this.country = country;
264 }
265
266 public static Country getRandom() {
267 return values()[new SecureRandom().nextInt(values().length)];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected