Searched refs:sectionComparator (Results 1 – 2 of 2) sorted by relevance
250 final NotifComparator sectionComparator = section.getComparator(); in setSectioners() local253 if (sectionComparator != null) { in setSectioners()254 sectionComparator.setInvalidationListener(this::onNotifComparatorInvalidated); in setSectioners()1229 NotifComparator sectionComparator = getSectionComparator(o1, o2);1230 if (sectionComparator != null) {1231 cmp = sectionComparator.compare(o1, o2);
1017 NotifComparator sectionComparator = new HypeComparator(PACKAGE_1); in testThatPluggableInvalidationsTriggersRerun() local1018 NotifSectioner section = new PackageSectioner(List.of(PACKAGE_1), sectionComparator); in testThatPluggableInvalidationsTriggersRerun()1061 sectionComparator.invalidateList(null); in testThatPluggableInvalidationsTriggersRerun()