Searched defs:removals (Results 1 – 12 of 12) sorted by relevance
183 private final Multiset<Allocation> removals; field in AllocationStats.Delta190 Multiset<Allocation> removals) { in Delta()
294 int removals = size - maximumSize; in trimToSize() local
257 int removals = size - MAX_SIZE; in makeRoom() local
253 int removals = size - MAX_SIZE; in makeRoom() local
343 final Set<V> removals = data.remove(key); in removeAll() local
341 final Set<V> removals = data.remove(key); in removeAll() local
364 Set<Set<String>> removals = new HashSet<>(); in getAncestors() local
1737 Set<String> removals = new TreeSet<>(); in minimize() local
416 public static String remove(String source, UnicodeSet removals) { in remove()
413 public static String remove(String source, UnicodeSet removals) { in remove()
895 UnicodeSet removals = new UnicodeSet(); // to avoid messing up iterator in closeUnicodeSet() local