int otherSort(AssetPathEntity path1, AssetPathEntity path2) { return path1.name.compareTo(path2.name); }