MCPcopy Create free account
hub / github.com/FongMi/CatVodSpider / sort

Method sort

app/src/main/java/com/github/catvod/bean/alist/Sorter.java:12–14  ·  view source on GitHub ↗
(String type, String order, List<Item> items)

Source from the content-addressed store, hash-verified

10 private final String order;
11
12 public static void sort(String type, String order, List<Item> items) {
13 Collections.sort(items, new Sorter(type, order));
14 }
15
16 public Sorter(String type, String order) {
17 this.type = type;

Callers 3

categoryContentMethod · 0.95
categoryContentMethod · 0.95
detailContentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected