Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FabricMC/Matcher
/ getSortKey
Method
getSortKey
src/main/java/matcher/gui/Gui.java:338–340 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
336
}
337
338
public
SortKey getSortKey() {
339
return
sortKey;
340
}
341
342
public
void
setSortKey(SortKey sortKey) {
343
if
(sortKey == null) throw
new
NullPointerException(
"null sort key"
);
Callers
7
updateClassTree
Method · 0.80
getClassComparator
Method · 0.80
getMemberComparator
Method · 0.80
getVarComparator
Method · 0.80
onMatchChange
Method · 0.80
init
Method · 0.80
updateSelections
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected