Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Contact
Method · 0.95
updateContact
Method · 0.95
processPresence
Method · 0.80
Calls
1
toLowerCase
Method · 0.80
Tested by
no test coverage detected