MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / setSortKey

Method setSortKey

src/main/java/Client/Contact.java:542–544  ·  view source on GitHub ↗
(String sortKey)

Source from the content-addressed store, hash-verified

540//#endif
541
542 public final void setSortKey(String sortKey) {
543 key1 = (sortKey == null) ? "" : sortKey.toLowerCase();
544 }
545
546 public String getTipString() {
547 int nm = getNewMsgsCount();

Callers 3

ContactMethod · 0.95
updateContactMethod · 0.95
processPresenceMethod · 0.80

Calls 1

toLowerCaseMethod · 0.80

Tested by

no test coverage detected