Searched defs:containsAll (Results 1 – 4 of 4) sorted by relevance
68 <H extends Collection<F>> E containsAll(H... collection); in containsAll() method
75 <H extends Collection<F>> E containsAll(H... collections); in containsAll() method
81 public <H extends Collection<F>> E containsAll(H... collections) { in containsAll() method in ListQueryHelper
93 public <H extends Collection<F>> E containsAll(H... collections) { in containsAll() method in SetQueryHelper