Searched refs:HeapElem (Results 1 – 1 of 1) sorted by relevance
289 static class HeapElem implements Comparable<HeapElem> { class in Test906295 public int compareTo(HeapElem other) { in compareTo()316 private static ArrayList<HeapElem> sort(int n, long classTags[], long sizes[], long tags[], in sort()318 ArrayList<HeapElem> ret = new ArrayList<HeapElem>(n); in sort()320 HeapElem elem = new HeapElem(); in sort()