MCPcopy
hub / github.com/arduino/Arduino / sort

Method sort

arduino-core/src/processing/app/packages/LibraryList.java:67–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 }
66
67 public synchronized void sort() {
68 Collections.sort(this, (x, y) -> x.getName().compareToIgnoreCase(y.getName()));
69 }
70
71 public synchronized LibraryList filterLibrariesInSubfolder(File subFolder) {
72 LibraryList res = new LibraryList();

Callers 15

rebuildExamplesMenuMethod · 0.95
addLibrariesMethod · 0.95
runActionsMethod · 0.80
getCategoriesMethod · 0.80
getTypesMethod · 0.80
getInstalledPlatformMethod · 0.80
createTargetPackagesMethod · 0.80
saveMethod · 0.80
loadHardwareMethod · 0.80
addFileMethod · 0.80
iFunction · 0.80
iFunction · 0.80

Calls 1

getNameMethod · 0.65

Tested by 4

testSortMethod · 0.64
shouldDeflateZipMethod · 0.64
shouldDeflateMacZipMethod · 0.64