-
ORG.oclc.oai.server.crosswalk.Crosswalks.containsValue()
Does the specified metadataPrefix appears in the list of supportedFormats?
@param metadataPrefix the prefix desired
@return true if prefix is supported, false otherwise.
-
cern.colt.map.AbstractIntDoubleMap.containsValue()
Returns true if the receiver contains the specified value.
@return true if the receiver contains the specified value.
-
cern.colt.map.OpenIntDoubleHashMap.containsValue()
Returns true if the receiver contains the specified value.
@return true if the receiver contains the specified value.
-
com.alibaba.fastjson.JSONObject.containsValue()
-
com.eviware.soapui.support.types.StringToStringMap.containsValue()
-
com.hazelcast.core.IMap.containsValue()
{@inheritDoc}
@throws NullPointerException if the specified value is null
-
com.hazelcast.core.MultiMap.containsValue()
Returns whether the multimap contains an entry with the value.
@param value the value whose existence is checked.
@return true if the multimap contains an entry with the value, false otherwise.
-
com.hazelcast.map.RecordStore.containsValue()
-
com.hazelcast.map.impl.RecordStore.containsValue()
-
com.hazelcast.multimap.MultiMapContainer.containsValue()
-
com.hazelcast.multimap.impl.MultiMapContainer.containsValue()
-
com.hazelcast.replicatedmap.impl.record.ReplicatedRecordStore.containsValue()
-
com.hazelcast.replicatedmap.record.ReplicatedRecordStore.containsValue()
-
com.sun.sgs.app.util.ScalableHashMap.containsValue()
{@inheritDoc}Note that the execution time of this method grows substantially as the map size increases due to the cost of accessing the data manager.
-
com.sun.star.container.XEnumerableMap.containsValue()
-
de.danet.an.workflow.omgcore.ProcessData.containsValue()
-
edu.stanford.ppl.concurrent.SnapTreeMap.containsValue()
-
gnu.trove.map.TIntLongMap.containsValue()
Checks for the presence of val in the values of the map.
@param val an long
value
@return a boolean
value
-
grails.web.mvc.FlashScope.containsValue()
-
gumi.builders.url.UrlParameterMultimap.containsValue()
-
it.eng.spagobi.behaviouralmodel.lov.bo.LovResultHandler.containsValue()
Checks if a lov result contains a specific result.
@param value the value to search
@param valueColumnName name of the column that holds the values
@return true if the value is contained, false otherwise
-
it.unimi.dsi.fastutil.ints.Int2IntRBTreeMap.containsValue()
-
java.awt.RenderingHints.containsValue()
Returns true if this RenderingHints maps one or more keys to the specified value. More formally, returns
true
if and only if this
RenderingHints
contains at least one mapping to a value
v
such that
(value==null ? v==null : value.equals(v))
. This operation will probably require time linear in the
RenderingHints
size for most implementations of
RenderingHints
.
@param value value whose presence in this
RenderingHints
is to be tested.
@return
true
if this
RenderingHints
maps one or more keys to the specified value.
-
java.util.AbstractMap.containsValue()
{@inheritDoc}
This implementation iterates over entrySet() searching for an entry with the specified value. If such an entry is found, true is returned. If the iteration terminates without finding such an entry, false is returned. Note that this implementation requires linear time in the size of the map.
@throws ClassCastException {@inheritDoc}
@throws NullPointerException {@inheritDoc}
-
java.util.EnumMap.containsValue()
Returns true if this map maps one or more keys to the specified value.
@param value the value whose presence in this map is to be tested
@return true if this map maps one or more keys to this value
-
java.util.HashMap.containsValue()
Returns true if this map maps one or more keys to the specified value.
@param value value whose presence in this map is to be tested
@return true if this map maps one or more keys to thespecified value
-
java.util.Hashtable.containsValue()
Returns true if this hashtable maps one or more keys to this value.
Note that this method is identical in functionality to {@link #contains contains} (which predates the {@link Map} interface).
@param value value whose presence in this hashtable is to be tested
@return true if this map maps one or more keys to thespecified value
@throws NullPointerException if the value is null
@since 1.2
-
java.util.IdentityHashMap.containsValue()
Tests whether the specified object reference is a value in this identity hash map.
@param value value whose presence in this map is to be tested
@return true if this map maps one or more keys to thespecified object reference
@see #containsKey(Object)
-
java.util.LinkedHashMap.containsValue()
Returns true if this map maps one or more keys to the specified value.
@param value value whose presence in this map is to be tested
@return true if this map maps one or more keys to thespecified value
-
java.util.Map.containsValue()
Returns true if this map maps one or more keys to the specified value. More formally, returns true if and only if this map contains at least one mapping to a value v such that (value==null ? v==null : value.equals(v)). This operation will probably require time linear in the map size for most implementations of the Map interface.
@param value value whose presence in this map is to be tested
@return true if this map maps one or more keys to thespecified value
@throws ClassCastException if the value is of an inappropriate type forthis map (optional)
@throws NullPointerException if the specified value is null and thismap does not permit null values (optional)
-
java.util.Properties.containsValue()
-
java.util.SortedMap.containsValue()
-
java.util.TreeMap.containsValue()
Returns true if this map maps one or more keys to the specified value. More formally, returns true if and only if this map contains at least one mapping to a value v such that (value==null ? v==null : value.equals(v)). This operation will probably require time linear in the map size for most implementations.
@param value value whose presence in this map is to be tested
@return true if a mapping to value exists;false otherwise
@since 1.2
-
java.util.WeakHashMap.containsValue()
Returns true if this map maps one or more keys to the specified value.
@param value value whose presence in this map is to be tested
@return true if this map maps one or more keys to thespecified value
-
java.util.concurrent.ConcurrentNavigableMap.containsValue()
-
java.util.jar.Attributes.containsValue()
Returns true if this Map maps one or more attribute names (keys) to the specified value.
@param value the attribute value
@return true if this Map maps one or more attribute names tothe specified value
-
javax.json.JsonObject.containsValue()
-
javax.management.openmbean.CompositeData.containsValue()
Tests whether a item exists with the passed value
@param the value to test
@return true when the value exists, false otherwise
-
javax.management.openmbean.CompositeDataSupport.containsValue()
-
javax.management.openmbean.TabularDataSupport.containsValue()
-
javax.print.attribute.HashAttributeSet.containsValue()
-
javax.script.Bindings.containsValue()
-
net.openhft.collections.SharedHashMap.containsValue()
-
org.apache.axis2.jaxws.handler.SOAPHeadersAdapter.containsValue()
-
org.apache.commons.collections.BidiMap.containsValue()
-
org.apache.commons.collections.IterableMap.containsValue()
-
org.apache.commons.collections.MultiHashMap.containsValue()
Checks whether the map contains the value specified.
This checks all collections against all keys for the value, and thus could be slow.
@param value the value to search for
@return true if the map contains the value
-
org.apache.commons.collections.SortedBidiMap.containsValue()
-
org.apache.commons.collections15.BidiMap.containsValue()
Return true
if this map contains one or more keys mapping to the specified value.
@param value the value to be searched for
@return true if the map contains the value
-
org.apache.commons.collections15.IterableMap.containsValue()
Return true
if this map contains one or more keys mapping to the specified value.
@param value the value to be searched for
@return true if the map contains the value
-
org.apache.commons.collections15.SortedBidiMap.containsValue()
Return true
if this map contains one or more keys mapping to the specified value.
@param value the value to be searched for
@return true if the map contains the value
-
org.apache.commons.collections15.multimap.MultiHashMap.containsValue()
Checks whether the map contains the value specified.
This checks all collections15 against all keys for the value, and thus could be slow.
@param value the value to search for
@return true if the map contains the value
-
org.apache.ldap.common.util.MultiMap.containsValue()
-
org.apache.lucene.facet.collections.IntToDoubleMap.containsValue()
Checks if the given value exists in the map.
This method iterates over the collection, trying to find an equal object.
@param value double value that is checked against the map data.
@return true if the value exists in the map, false otherwise.
-
org.apache.lucene.facet.collections.IntToFloatMap.containsValue()
Checks if the given value exists in the map.
This method iterates over the collection, trying to find an equal object.
@param value float value that is checked against the map data.
@return true if the value exists in the map, false otherwise.
-
org.apache.lucene.facet.collections.IntToIntMap.containsValue()
Checks if the given object exists in the map.
This method iterates over the collection, trying to find an equal object.
@param v value that is checked against the map data.
@return true if the value exists in the map (in .equals() meaning).false otherwise.
-
org.apache.lucene.util.collections.IntToDoubleMap.containsValue()
Checks if the given value exists in the map.
This method iterates over the collection, trying to find an equal object.
@param value double value that is checked against the map data.
@return true if the value exists in the map, false otherwise.
-
org.apache.lucene.util.collections.IntToIntMap.containsValue()
Checks if the given object exists in the map.
This method iterates over the collection, trying to find an equal object.
@param v value that is checked against the map data.
@return true if the value exists in the map (in .equals() meaning).false otherwise.
-
org.apache.nutch.crawl.MapWritable.containsValue()
-
org.apache.pdfbox.cos.COSDictionary.containsValue()
@see java.util.Map#containsValue(java.lang.Object)
@param value The value to find in the map.
@return true if the map contains this value.
-
org.apache.poi.hpsf.CustomProperties.containsValue()
Checks against both the property, and its values.
-
org.apache.tapestry.services.PersistentFieldBundle.containsValue()
Checks to see if a persistent value has been stored for the indicated component and field. TODO: This method can probably be removed; it doesn't look like its used (instead, we if check getValue() returns null).
@param componentId the nested id of the component (within the page), may be null or blank for the root component of the page
@param fieldName the name of the field whose value was persisted
@return true if a change has been stored
-
org.apache.tapestry5.services.PersistentFieldBundle.containsValue()
Checks to see if a persistent value has been stored for the indicated component and field. TODO: This method can probably be removed; it doesn't look like its used (instead, we if check getValue() returns null).
@param componentId the nested id of the component (within the page), may be null or blank for the root componentof the page
@param fieldName the name of the field whose value was persisted
@return true if a change has been stored
-
org.apache.ws.commons.schema.utils.NamespaceMap.containsValue()
-
org.castor.cache.Cache.containsValue()
-
org.dcm4che3.data.Attributes.containsValue()
-
org.fjank.jcache.CacheRegion.containsValue()
-
org.jboss.metatype.api.values.CompositeValue.containsValue()
Tests whether a item exists with the passed value
@param value the value to test
@return true when the value exists, false otherwise
-
org.jboss.metatype.api.values.CompositeValueSupport.containsValue()
-
org.jboss.metatype.api.values.TableValueSupport.containsValue()
-
org.jclouds.vcloud.director.v1_5.domain.Metadata.containsValue()
-
org.jgroups.util.RspList.containsValue()
-
org.openntf.domino.Item.containsValue()
-
org.openqreg.util.FetchData.containsValue()
Takes a key and returns true if that key exists in the internal treemap
@param key : a String namning the key to be checked for
@return a boolean true if the key exists otherwice false.
-
org.pdfbox.cos.COSDictionary.containsValue()
@see java.util.Map#containsValue(java.lang.Object)
@param value The value to find in the map.
@return true if the map contains this value.
-
org.rhq.core.domain.configuration.PropertyMap.containsValue()
-
org.springframework.osgi.util.internal.MapBasedDictionary.containsValue()