Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getOccurrences (0.06 seconds)

  1. compat/maven-model/src/test/java/org/apache/maven/model/pom/PomMemoryAnalyzer.java

                long totalOccurrences = stats.values().stream()
                        .mapToLong(StringStats::getOccurrences)
                        .sum();
                long totalMemory = stats.entrySet().stream()
                        .mapToLong(e -> e.getKey().length() * e.getValue().getOccurrences() * 2L)
                        .sum();
                long potentialSavings = stats.entrySet().stream()
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Mar 21 04:56:21 GMT 2025
    - 13.4K bytes
    - Click Count (0)
Back to Top