-
clojure.lang.PersistentHashSet.containsAll()
-
com.alibaba.fastjson.JSONArray.containsAll()
-
com.google.javascript.jscomp.regex.CharRanges.containsAll()
-
com.hazelcast.core.IList.containsAll()
-
com.hazelcast.core.ISet.containsAll()
-
com.hp.hpl.jena.rdf.model.Model.containsAll()
Determine if all of the statements returned by an iterator are contained in this model.
@param iter an iterator of the statements to be tested
@return true if any of the statements returns by iter are containedin this model and false otherwise.
-
com.ibm.icu.text.UnicodeSet.containsAll()
Returns true if this set contains all the characters and strings of the given set.
@param b set to be checked for containment
@return true if the test condition is met
@stable ICU 2.0
-
cs227b.teamIago.resolver.ExpList.containsAll()
-
edu.brown.utils.PartitionSet.containsAll()
-
gnu.trove.TIntCollection.containsAll()
Tests the collection to determine if all of the elements in collection are present.
@param collection a Collection
value
@return true if all elements were present in the collection.
-
gnu.trove.TLongCollection.containsAll()
Tests the collection to determine if all of the elements in collection are present.
@param collection a Collection
value
@return true if all elements were present in the collection.
-
gnu.trove.set.TIntSet.containsAll()
Tests the set to determine if all of the elements in collection are present.
@param collection a Collection
value
@return true if all elements were present in the set.
-
it.unimi.dsi.fastutil.longs.LongSortedSet.containsAll()
-
java.util.ArrayList.containsAll()
-
java.util.Collection.containsAll()
Returns true if this collection contains all of the elements in the specified collection.
@param c collection to be checked for containment in this collection
@return true if this collection contains all of the elementsin the specified collection
@throws ClassCastException if the types of one or more elementsin the specified collection are incompatible with this collection (optional)
@throws NullPointerException if the specified collection contains oneor more null elements and this collection does not permit null elements (optional), or if the specified collection is null
@see #contains(Object)
-
java.util.HashSet.containsAll()
-
java.util.LinkedHashSet.containsAll()
-
java.util.LinkedList.containsAll()
-
java.util.List.containsAll()
Returns true if this list contains all of the elements of the specified collection.
@param c collection to be checked for containment in this list
@return true if this list contains all of the elements of thespecified collection
@throws ClassCastException if the types of one or more elementsin the specified collection are incompatible with this list (optional)
@throws NullPointerException if the specified collection contains oneor more null elements and this list does not permit null elements (optional), or if the specified collection is null
@see #contains(Object)
-
java.util.Set.containsAll()
Returns true if this set contains all of the elements of the specified collection. If the specified collection is also a set, this method returns true if it is a subset of this set.
@param c collection to be checked for containment in this set
@return true if this set contains all of the elements of thespecified collection
@throws ClassCastException if the types of one or more elementsin the specified collection are incompatible with this set (optional)
@throws NullPointerException if the specified collection contains oneor more null elements and this set does not permit null elements (optional), or if the specified collection is null
@see #contains(Object)
-
java.util.TreeSet.containsAll()
-
java.util.Vector.containsAll()
Returns true if this Vector contains all of the elements in the specified Collection.
@param c a collection whose elements will be tested for containmentin this Vector
@return true if this Vector contains all of the elements in thespecified collection
@throws NullPointerException if the specified collection is null
-
java.util.concurrent.BlockingQueue.containsAll()
-
kodkod.instance.TupleSet.containsAll()
Returns true if this contains all tuples from c. Otherwise returns false.
@return c.elements in this.tuples
@throws IllegalArgumentException - some t: c.elements | t.universe != this.universe || t.arity != this.arity
-
kodkod.util.ints.IntSet.containsAll()
Returns true if the elements of c are a subset of this set.
@return { i: int | c.contains(i) } in this.ints
@throws NullPointerException - c = null
-
net.openhft.chronicle.sandbox.queue.LocalConcurrentBlockingObjectQueue.containsAll()
-
net.sf.json.JSONArray.containsAll()
-
net.sf.saxon.sort.IntHashSet.containsAll()
Test if this set is a superset of another set
-
org.apache.commons.collections.Bag.containsAll()
(Violation) Returns
true
if the bag contains all elements in the given collection, respecting cardinality. That is, if the given collection
coll
contains
n
copies of a given object, calling {@link #getCount(Object)} on that object mustbe
>= n
for all
n
in
coll
.
The {@link Collection#containsAll(Collection)} method specifiesthat cardinality should not be respected; this method should return true if the bag contains at least one of every object contained in the given collection.
@param coll the collection to check against
@return true
if the Bag contains all the collection
-
org.apache.commons.collections.primitives.ByteCollection.containsAll()
Returns true
iff I {@link #contains contain}all of the elements in the given collection.
@param c the collection of elements whose presence within me is to be tested
@return true
iff I contain the all the specified elements
-
org.apache.commons.collections.primitives.CharCollection.containsAll()
Returns true
iff I {@link #contains contain}all of the elements in the given collection.
@param c the collection of elements whose presence within me is to be tested
@return true
iff I contain the all the specified elements
-
org.apache.commons.collections.primitives.DoubleCollection.containsAll()
Returns true
iff I {@link #contains contain}all of the elements in the given collection.
@param c the collection of elements whose presence within me is to be tested
@return true
iff I contain the all the specified elements
-
org.apache.commons.collections.primitives.FloatCollection.containsAll()
Returns true
iff I {@link #contains contain}all of the elements in the given collection.
@param c the collection of elements whose presence within me is to be tested
@return true
iff I contain the all the specified elements
-
org.apache.commons.collections.primitives.IntCollection.containsAll()
Returns true
iff I {@link #contains contain}all of the elements in the given collection.
@param c the collection of elements whose presence within me is to be tested
@return true
iff I contain the all the specified elements
-
org.apache.commons.collections.primitives.LongCollection.containsAll()
Returns true
iff I {@link #contains contain}all of the elements in the given collection.
@param c the collection of elements whose presence within me is to be tested
@return true
iff I contain the all the specified elements
-
org.apache.commons.collections.primitives.ShortCollection.containsAll()
Returns true
iff I {@link #contains contain}all of the elements in the given collection.
@param c the collection of elements whose presence within me is to be tested
@return true
iff I contain the all the specified elements
-
org.apache.commons.collections15.Bag.containsAll()
(Violation) Returns
true
if the bag contains all elements in the given collection, respecting cardinality. That is, if the given collection
coll
contains
n
copies of a given object, calling {@link #getCount(Object)} on that object mustbe
>= n
for all
n
in
coll
.
The {@link Collection#containsAll(Collection)} method specifiesthat cardinality should
not be respected; this method should return true if the bag contains at least one of every object contained in the given collection.
@param coll the collection to check against
@return
true
if the Bag contains all the collection
-
org.apache.xmlbeans.QNameSetBuilder.containsAll()
True if the parameter is a subset of this set.
-
org.geotools.data.simple.SimpleFeatureCollection.containsAll()
-
org.hsqldb.lib.HashSet.containsAll()
-
org.hsqldb.lib.OrderedHashSet.containsAll()
-
org.hsqldb_voltpatches.lib.OrderedHashSet.containsAll()
-
org.infinispan.schematic.document.Document.containsAll()
Checks if this object contains all of the fields in the supplied document.
@param document The document with the fields that should be in this document
@return true if this document contains all of the fields in the supplied document, or false otherwise
-
org.jboss.cdi.tck.util.ActionSequence.containsAll()
@param actions
@return true
if sequence data contain all of the specified actions, false
otherwise
-
org.jboss.security.identity.Role.containsAll()
Indicate whether the argument role is equal or contained depending on the role-type
@param anotherRole
@return true or false
-
org.jboss.security.identity.RoleGroup.containsAll()
-
org.jboss.security.identity.plugins.SimpleRole.containsAll()
@see Role#contains(Role)
-
org.jboss.security.identity.plugins.SimpleRoleGroup.containsAll()
-
org.jboss.util.collection.SoftSet.containsAll()
-
org.jboss.weld.test.util.ActionSequence.containsAll()
@param actions
@return true
if sequence data contain all of the specified actions, false
otherwise
-
org.jgroups.util.MutableDigest.containsAll()
-
org.json.simple.JSONArray.containsAll()
-
org.kitesdk.data.spi.CharSequences.ImmutableCharSequenceSet.containsAll()
-
org.mcarthur.sandy.gwt.event.list.client.EventList.containsAll()
-
org.mcarthur.sandy.gwt.event.list.client.FilteredEventList.containsAll()
Returns true
if all of the elements of the specified collection are also unfiltered elements in this list.
-
org.mcarthur.sandy.gwt.event.list.client.RangedEventList.containsAll()
-
org.mcarthur.sandy.gwt.event.list.client.SortedEventList.containsAll()
-
org.odmg.DSet.containsAll()
-
org.pdf4j.saxon.sort.IntHashSet.containsAll()
Test if this set is a superset of another set
-
org.python.core.PySet.containsAll()
-
org.qi4j.index.elasticsearch.ElasticSearchFinderSupport.ComplexTypeSupport.containsAll()
-
org.thechiselgroup.choosel.core.client.resources.ResourceSet.containsAll()
Tests that all {@link Resource}s from resources
are contained in this {@link ResourceSet}.
-
statechum.model.testset.PTASequenceSet.containsAll()