Searched refs:MatchResultHolder (Results 1 – 1 of 1) sorted by relevance
190 List<MatchResultHolder> expected = new ArrayList<>(); in testMatchResults()192 expected.add(new MatchResultHolder(m)); in testMatchResults()197 .stream(s -> s.map(MatchResultHolder::new)) in testMatchResults()286 static class MatchResultHolder implements Comparable<MatchResultHolder> { class in PatternStreamTest289 MatchResultHolder(Matcher m) { in MatchResultHolder() method in PatternStreamTest.MatchResultHolder293 MatchResultHolder(MatchResult mr) { in MatchResultHolder() method in PatternStreamTest.MatchResultHolder298 public int compareTo(MatchResultHolder that) { in compareTo()336 return this.compareTo((MatchResultHolder) that) == 0; in equals()