Searched defs:containsAll (Results 1 – 6 of 6) sorted by relevance
129 public boolean containsAll(Collection<?> collection) { in containsAll() method in ArrayMap
197 public boolean containsAll(Collection<?> collection) { in containsAll() method in MapCollections.EntrySet288 public boolean containsAll(Collection<?> collection) { in containsAll() method in MapCollections.KeySet376 public boolean containsAll(Collection<?> collection) { in containsAll() method in MapCollections.ValuesCollection
199 public boolean containsAll(Collection<?> collection) { in containsAll() method in MapCollections.EntrySet290 public boolean containsAll(Collection<?> collection) { in containsAll() method in MapCollections.KeySet378 public boolean containsAll(Collection<?> collection) { in containsAll() method in MapCollections.ValuesCollection
733 public boolean containsAll(Collection<?> collection) { in containsAll() method in ArraySet
811 public boolean containsAll(Collection<?> collection) { in containsAll() method in ArrayMap
196 public static <T> boolean containsAll(@Nullable T[] array, T[] check) { in containsAll() method in ArrayUtils