MCPcopy 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

updateClassTreeMethod · 0.80
getClassComparatorMethod · 0.80
getMemberComparatorMethod · 0.80
getVarComparatorMethod · 0.80
onMatchChangeMethod · 0.80
initMethod · 0.80
updateSelectionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected