Home
last modified time | relevance | path

Searched defs:SortIndex (Results 1 – 1 of 1) sorted by relevance

/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/
DSortIndex.java27 final class SortIndex<T> { class
58 public SortIndex(final Comparator<? super T> comparator) { in SortIndex() method in SortIndex