Home | History | Annotate | Download | only in test

Lines Matching full:objectsinfo

29   public void objectsInfo() {
35 Site.ObjectsInfo infoA = new Site.ObjectsInfo(heapA, classA, 4, 14);
36 Site.ObjectsInfo infoB = new Site.ObjectsInfo(heapB, classB, 2, 15);
37 Site.ObjectsInfo infoC = new Site.ObjectsInfo(heapA, classC, 3, 13);
38 Site.ObjectsInfo infoD = new Site.ObjectsInfo(heapB, classA, 5, 12);
39 Site.ObjectsInfo infoE = new Site.ObjectsInfo(heapA, classB, 1, 11);
40 List<Site.ObjectsInfo> list = new ArrayList<Site.ObjectsInfo>();
72 Collections.sort(list, new Sort.WithPriority<Site.ObjectsInfo>(