Searched defs:disjoint (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DCollections.java5364 public static boolean disjoint(Collection<?> c1, Collection<?> c2) { method in class:Collections
5407 // Found a common element. Collections are not disjoint.

Completed in 556 milliseconds