- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for collapseFrom (0.04 seconds)
-
android/guava-tests/benchmark/com/google/common/base/WhitespaceMatcherBenchmark.java
result += matcher.countIn(teststring); } return result; } @Benchmark public int collapseFrom(int reps) { int result = 0; CharMatcher matcher = this.matcher; String teststring = this.teststring; for (int i = 0; i < reps; i++) { result += System.identityHashCode(matcher.collapseFrom(teststring, ' ')); } return result; } private static String allMatchingChars(BitSet bitSet) {
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue May 13 18:46:00 GMT 2025 - 3.9K bytes - Click Count (0)