-
EDU.oswego.cs.dl.util.concurrent.ConcurrentHashMap.containsKey()
Tests if the specified object is a key in this table.
@param key possible key.
@return true
if and only if the specified object is a key in this table, as determined by the equals method; false
otherwise.
@exception NullPointerException if the key isnull
.
@see #contains(Object)
-
aQute.bnd.header.Attrs.containsKey()
-
aohara.utilities.PropertyManager.containsKey()
-
ariba.util.core.GrowOnlyHashtable.containsKey()
Returns true if the GrowOnlyHashtable contains the key key.
-
bm.core.Properties.containsKey()
-
cern.colt.map.AbstractIntDoubleMap.containsKey()
Returns true if the receiver contains the specified key.
@return true if the receiver contains the specified key.
-
cern.colt.map.OpenIntDoubleHashMap.containsKey()
Returns true if the receiver contains the specified key.
@return true if the receiver contains the specified key.
-
cern.colt.map.OpenIntObjectHashMap.containsKey()
Returns true if the receiver contains the specified key.
@return true if the receiver contains the specified key.
-
com.adito.boot.CaseInsensitiveMap.containsKey()
-
com.alibaba.citrus.service.template.TemplateContext.containsKey()
判断是否包含指定的键。
-
com.alibaba.citrus.service.template.support.MappedTemplateContext.containsKey()
-
com.alibaba.fastjson.JSONObject.containsKey()
-
com.alibaba.toolkit.util.collection.ArrayHashMap.containsKey()
-
com.alibaba.toolkit.util.collection.ListMap.containsKey()
-
com.almende.eve.state.State.containsKey()
Contains key.
@param key the key
@return true, if successful
-
com.almende.util.ObjectCache.containsKey()
Contains key.
@param key the key
@return true, if successful
-
com.badlogic.gdx.utils.ObjectMap.containsKey()
-
com.basho.riak.client.core.query.UserMetadata.RiakUserMetadata.containsKey()
Determine if a specific usermeta entry is present.
This method uses the default {@code Charset} to convert the supplied key.
@param key the metadata key
@return {@code true} if the entry is present, {@code false} otherwise.
-
com.bergerkiller.bukkit.common.nbt.CommonTagCompound.containsKey()
-
com.carrotsearch.hppc.IntIntOpenHashMap.containsKey()
{@inheritDoc}
Saves the associated value for fast access using {@link #lget}or {@link #lset}.
if (map.containsKey(key)) value = map.lget();
or, to modify the value at the given key without looking up its slot twice:
if (map.containsKey(key)) map.lset(map.lget() + 1);
-
com.carrotsearch.hppc.LongLongMap.containsKey()
-
com.carrotsearch.hppc.LongLongOpenHashMap.containsKey()
{@inheritDoc}
Saves the associated value for fast access using {@link #lget}or {@link #lset}.
if (map.containsKey(key)) value = map.lget();
or, to modify the value at the given key without looking up its slot twice:
if (map.containsKey(key)) map.lset(map.lget() + 1);
-
com.caucho.quercus.env.ArrayValue.containsKey()
Returns the corresponding value if this array contains the given key
@param key to search for in the array
@return the value if it is found in the array, NULL otherwise
-
com.caucho.quercus.env.ArrayValueImpl.containsKey()
Returns the corresponding value if this array contains the given key
@param key to search for in the array
@return the value if it is found in the array, NULL otherwise
-
com.cedarsoftware.util.io.JsonObject.containsKey()
-
com.centraview.common.MasterDictionary.containsKey()
-
com.complexible.common.util.EnhancedProperties.containsKey()
-
com.dilanperera.rapidws.config.ServiceDataMap.containsKey()
-
com.dooapp.gaedo.finders.repository.ServiceRepository.containsKey()
Check if service repository contains the given class
@param dataType
@return well, you know how it works for maps ?
-
com.dtrules.interpreter.RTable.containsKey()
Returns true if the key is contained in the RTable
@param key
@return
-
com.esotericsoftware.kryo.util.ObjectMap.containsKey()
-
com.esri.gpt.framework.collection.StringAttributeMap.containsKey()
-
com.esri.gpt.framework.security.principal.Groups.containsKey()
-
com.esri.gpt.framework.security.principal.UserAttributeMap.containsKey()
-
com.esri.gpt.framework.security.principal.Users.containsKey()
-
com.eviware.soapui.support.types.StringToObjectMap.containsKey()
-
com.eviware.soapui.support.types.StringToStringMap.containsKey()
-
com.eviware.soapui.support.types.StringToStringsMap.containsKey()
-
com.facebook.presto.jdbc.internal.jetty.http.HttpFields.containsKey()
-
com.google.api.client.http.HttpHeaders.containsKey()
-
com.google.api.services.drive.model.File.containsKey()
-
com.google.api.services.oauth2.model.Tokeninfo.containsKey()
-
com.google.appengine.api.memcache.stdimpl.GCache.containsKey()
-
com.google.gwt.json.client.JSONObject.containsKey()
Tests whether or not this JSONObject contains the specified key. We use Object.hasOwnProperty here to verify that a given key is specified on this object rather than a superclass (such as standard properties defined on Object).
@param key the key to search for
@return true
if the JSONObject contains the specified key
-
com.google.gwt.storage.client.StorageMap.containsKey()
Returns true
if the Storage contains the specified key, false
otherwise.
-
com.gs.collections.api.map.primitive.ByteBooleanMap.containsKey()
-
com.gs.collections.api.map.primitive.ByteByteMap.containsKey()
-
com.gs.collections.api.map.primitive.ByteCharMap.containsKey()
-
com.gs.collections.api.map.primitive.ByteDoubleMap.containsKey()
-
com.gs.collections.api.map.primitive.ByteFloatMap.containsKey()
-
com.gs.collections.api.map.primitive.ByteIntMap.containsKey()
-
com.gs.collections.api.map.primitive.ByteLongMap.containsKey()
-
com.gs.collections.api.map.primitive.ByteShortMap.containsKey()
-
com.gs.collections.api.map.primitive.CharBooleanMap.containsKey()
-
com.gs.collections.api.map.primitive.CharByteMap.containsKey()
-
com.gs.collections.api.map.primitive.CharCharMap.containsKey()
-
com.gs.collections.api.map.primitive.CharDoubleMap.containsKey()
-
com.gs.collections.api.map.primitive.CharFloatMap.containsKey()
-
com.gs.collections.api.map.primitive.CharIntMap.containsKey()
-
com.gs.collections.api.map.primitive.CharLongMap.containsKey()
-
com.gs.collections.api.map.primitive.CharShortMap.containsKey()
-
com.gs.collections.api.map.primitive.DoubleBooleanMap.containsKey()
-
com.gs.collections.api.map.primitive.DoubleByteMap.containsKey()
-
com.gs.collections.api.map.primitive.DoubleCharMap.containsKey()
-
com.gs.collections.api.map.primitive.DoubleDoubleMap.containsKey()
-
com.gs.collections.api.map.primitive.DoubleFloatMap.containsKey()
-
com.gs.collections.api.map.primitive.DoubleIntMap.containsKey()
-
com.gs.collections.api.map.primitive.DoubleLongMap.containsKey()
-
com.gs.collections.api.map.primitive.DoubleShortMap.containsKey()
-
com.gs.collections.api.map.primitive.FloatBooleanMap.containsKey()
-
com.gs.collections.api.map.primitive.FloatByteMap.containsKey()
-
com.gs.collections.api.map.primitive.FloatCharMap.containsKey()
-
com.gs.collections.api.map.primitive.FloatDoubleMap.containsKey()
-
com.gs.collections.api.map.primitive.FloatFloatMap.containsKey()
-
com.gs.collections.api.map.primitive.FloatIntMap.containsKey()
-
com.gs.collections.api.map.primitive.FloatLongMap.containsKey()
-
com.gs.collections.api.map.primitive.FloatShortMap.containsKey()
-
com.gs.collections.api.map.primitive.IntBooleanMap.containsKey()
-
com.gs.collections.api.map.primitive.IntByteMap.containsKey()
-
com.gs.collections.api.map.primitive.IntCharMap.containsKey()
-
com.gs.collections.api.map.primitive.IntDoubleMap.containsKey()
-
com.gs.collections.api.map.primitive.IntFloatMap.containsKey()
-
com.gs.collections.api.map.primitive.IntIntMap.containsKey()
-
com.gs.collections.api.map.primitive.IntLongMap.containsKey()
-
com.gs.collections.api.map.primitive.IntShortMap.containsKey()
-
com.gs.collections.api.map.primitive.LongBooleanMap.containsKey()
-
com.gs.collections.api.map.primitive.LongByteMap.containsKey()
-
com.gs.collections.api.map.primitive.LongCharMap.containsKey()
-
com.gs.collections.api.map.primitive.LongDoubleMap.containsKey()
-
com.gs.collections.api.map.primitive.LongFloatMap.containsKey()
-
com.gs.collections.api.map.primitive.LongIntMap.containsKey()
-
com.gs.collections.api.map.primitive.LongLongMap.containsKey()
-
com.gs.collections.api.map.primitive.LongShortMap.containsKey()
-
com.gs.collections.api.map.primitive.ShortBooleanMap.containsKey()
-
com.gs.collections.api.map.primitive.ShortByteMap.containsKey()
-
com.gs.collections.api.map.primitive.ShortCharMap.containsKey()
-
com.gs.collections.api.map.primitive.ShortDoubleMap.containsKey()
-
com.gs.collections.api.map.primitive.ShortFloatMap.containsKey()
-
com.gs.collections.api.map.primitive.ShortIntMap.containsKey()
-
com.gs.collections.api.map.primitive.ShortLongMap.containsKey()
-
com.gs.collections.api.map.primitive.ShortShortMap.containsKey()
-
com.gvaneyck.rtmp.encoding.ObjectMap.containsKey()
-
com.gvaneyck.rtmp.encoding.TypedObject.containsKey()
-
com.hazelcast.core.IMap.containsKey()
{@inheritDoc}
Warning:
ˆ This method uses hashCode and equals of binary form of the key, not the actual implementations of hashCode and equals defined in key's class.
@throws NullPointerException if the specified key is null
-
com.hazelcast.core.MultiMap.containsKey()
Returns whether the multimap contains an entry with the key.
Warning:
This method uses hashCode and equals of binary form of the key, not the actual implementations of hashCode and equals defined in key's class.
@param key the key whose existence is checked.
@return true if the multimap contains an entry with the key, false otherwise.
-
com.hazelcast.core.TransactionalMap.containsKey()
Transactional implementation of {@link com.hazelcast.core.IMap#containsKey(Object)}.
@see IMap#containsKey(Object)
-
com.hazelcast.multimap.MultiMapContainer.containsKey()
-
com.hazelcast.multimap.impl.MultiMapContainer.containsKey()
-
com.hazelcast.replicatedmap.impl.record.ReplicatedRecordStore.containsKey()
-
com.hazelcast.replicatedmap.record.ReplicatedRecordStore.containsKey()
-
com.iisigroup.cap.response.AjaxFormResult.containsKey()
比對是否存在此key
@param key key
@return boolean
-
com.jbidwatcher.util.Record.containsKey()
-
com.linkedin.data.DataMap.containsKey()
-
com.linkedin.restli.internal.common.PathSegment.MapMap.containsKey()
-
com.mongodb.BasicDBObject.containsKey()
-
com.ngt.jopenmetaverse.shared.structureddata.OSDMap.containsKey()
-
com.qspin.qtaste.config.GUIConfiguration.containsKey()
-
com.qspin.qtaste.config.TestBedConfiguration.containsKey()
-
com.redhat.ceylon.compiler.typechecker.context.ProducedTypeCache.containsKey()
-
com.sandwich.koan.cmdline.CommandLineArgumentBuilder.containsKey()
-
com.sk89q.jnbt.CompoundTag.containsKey()
Returns whether this compound tag contains the given key.
@param key the given key
@return true if the tag contains the given key
-
com.springsource.insight.plugin.files.tracker.AbstractFilesTrackerAspectSupport.FilesCache.containsKey()
-
com.sun.messaging.jmq.admin.objstore.ObjStoreAttrs.containsKey()
-
com.sun.net.httpserver.Headers.containsKey()
-
com.sun.sgs.app.util.ScalableHashMap.containsKey()
{@inheritDoc}
-
com.sun.star.container.XEnumerableMap.containsKey()
-
com.tinkerpop.gremlin.process.graph.util.Tree.containsKey()
-
com.trendrr.oss.DynMap.containsKey()
-
com.typesafe.config.ConfigObject.containsKey()
-
com.uwyn.jhighlight.pcj.map.CharKeyMap.containsKey()
Indicates whether this map contains a mapping from a specified key.
@param key the key to test for.
@return true if this map contains a mapping fromthe specified key; returns false otherwise.
-
com.vaadin.terminal.gwt.client.ValueMap.containsKey()
-
com.webobjects.foundation.NSDictionary.containsKey()
-
com.webobjects.foundation.NSMutableDictionary.containsKey()
-
de.anomic.server.serverObjects.containsKey()
-
de.anomic.server.servletProperties.containsKey()
-
de.danet.an.util.SegmentedMap.containsKey()
Delegating containsKey(Object key) to Map.
@param key The key that is looked for
@return boolean if ResourceBundle contains this key
-
de.danet.an.workflow.omgcore.ProcessData.containsKey()
-
de.danet.an.workflow.omgcore.ProcessDataInfo.containsKey()
-
de.odysseus.calyxo.forms.view.ListModel.containsKey()
Answer true
iff the specified key is valid. The result of this method is equivalent to key == getKey(getValue(key))
.
-
de.sciss.meloncillo.util.MapManager.containsKey()
-
edu.luc.cs.laufer.cs313.occurences.Index.containsKey()
-
edu.stanford.nlp.ling.CoreLabel.containsKey()
-
edu.stanford.nlp.util.CoreMap.containsKey()
-
edu.stanford.ppl.concurrent.SnapTreeMap.containsKey()
-
edu.umd.cloud9.io.map.HMapSFW.containsKey()
Returns true if this map contains a mapping for the specified key.
@param key key whose presence in this map is to be tested
@return true if this map contains a mapping for the specified key
@throws ClassCastException if the specified key cannot be compared with the keys currently in the map
@throws NullPointerException if the specified key is null and this map uses natural ordering, or its comparator does not permit null keys
-
edu.umd.cloud9.io.map.HMapSIW.containsKey()
Returns true if this map contains a mapping for the specified key.
@param key key whose presence in this map is to be tested
@return true if this map contains a mapping for the specified key
@throws ClassCastException if the specified key cannot be compared with the keys currently in the map
@throws NullPointerException if the specified key is null and this map uses natural ordering, or its comparator does not permit null keys
-
edu.umd.cloud9.io.map.Int2FloatOpenHashMapWritable.containsKey()
Returns true if this map contains a mapping for the specified key.
@param key key whose presence in this map is to be tested
@return true if this map contains a mapping for the specified key
@throws ClassCastException if the specified key cannot be compared with the keys currently in the map
@throws NullPointerException if the specified key is null and this map uses natural ordering, or its comparator does not permit null keys
-
edu.umd.cloud9.io.map.Int2IntOpenHashMapWritable.containsKey()
Returns true if this map contains a mapping for the specified key.
@param key key whose presence in this map is to be tested
@return true if this map contains a mapping for the specified key
@throws ClassCastException if the specified key cannot be compared with the keys currently in the map
@throws NullPointerException if the specified key is null and this map uses natural ordering, or its comparator does not permit null keys
-
edu.umd.cloud9.util.map.HMapID.containsKey()
-
edu.umd.cloud9.util.map.HMapIF.containsKey()
-
edu.umd.cloud9.util.map.HMapII.containsKey()
-
edu.umd.cloud9.util.map.HMapIL.containsKey()
-
edu.umd.cloud9.util.map.HMapIS.containsKey()
-
edu.umd.cloud9.util.map.MapID.containsKey()
Returns true if this map contains a mapping for the specified key.
@param key key whose presence in this map is to be tested
@return true if this map contains a mapping for the specified key
-
edu.umd.cloud9.util.map.MapIF.containsKey()
Returns true if this map contains a mapping for the specified key.
@param key key whose presence in this map is to be tested
@return true if this map contains a mapping for the specified key
-
edu.umd.cloud9.util.map.MapII.containsKey()
Returns true if this map contains a mapping for the specified key.
@param key key whose presence in this map is to be tested
@return true if this map contains a mapping for the specified key
-
edu.umd.cloud9.util.map.MapIL.containsKey()
Returns true if this map contains a mapping for the specified key.
@param key key whose presence in this map is to be tested
@return true if this map contains a mapping for the specified key
-
edu.umd.cloud9.util.map.MapIS.containsKey()
Returns true if this map contains a mapping for the specified key.
@param key key whose presence in this map is to be tested
@return true if this map contains a mapping for the specified key
-
etch.util.Resources.containsKey()
Returns true if this Resources or any related Resources has the key.
@param key the string name of a resource.
@return true if this Resources or any related Resources has the key.
-
flexjson.transformer.TypeTransformerMap.containsKey()
-
games.stendhal.server.entity.player.Player.containsKey()
-
gnu.trove.TIntDoubleHashMap.containsKey()
-
gnu.trove.TIntFloatHashMap.containsKey()
-
gnu.trove.TObjectDoubleHashMap.containsKey()
-
gnu.trove.TObjectIntHashMap.containsKey()
-
gnu.trove.map.TByteObjectMap.containsKey()
Returns true if this map contains a mapping for the specified key. More formally, returns true if and only if this map contains a mapping for a key k such that key.equals(k). (There can be at most one such mapping.)
@param key key whose presence in this map is to be tested
@return true if this map contains a mapping for the specifiedkey
@throws ClassCastException if the key is of an inappropriate type forthis map (optional)
@throws NullPointerException if the specified key is null and this mapdoes not permit null keys (optional)
-
gnu.trove.map.TCharObjectMap.containsKey()
Returns true if this map contains a mapping for the specified key. More formally, returns true if and only if this map contains a mapping for a key k such that key.equals(k). (There can be at most one such mapping.)
@param key key whose presence in this map is to be tested
@return true if this map contains a mapping for the specifiedkey
@throws ClassCastException if the key is of an inappropriate type forthis map (optional)
@throws NullPointerException if the specified key is null and this mapdoes not permit null keys (optional)
-
gnu.trove.map.TDoubleObjectMap.containsKey()
Returns true if this map contains a mapping for the specified key. More formally, returns true if and only if this map contains a mapping for a key k such that key.equals(k). (There can be at most one such mapping.)
@param key key whose presence in this map is to be tested
@return true if this map contains a mapping for the specifiedkey
@throws ClassCastException if the key is of an inappropriate type forthis map (optional)
@throws NullPointerException if the specified key is null and this mapdoes not permit null keys (optional)
-
gnu.trove.map.TFloatObjectMap.containsKey()
Returns true if this map contains a mapping for the specified key. More formally, returns true if and only if this map contains a mapping for a key k such that key.equals(k). (There can be at most one such mapping.)
@param key key whose presence in this map is to be tested
@return true if this map contains a mapping for the specifiedkey
@throws ClassCastException if the key is of an inappropriate type forthis map (optional)
@throws NullPointerException if the specified key is null and this mapdoes not permit null keys (optional)
-
gnu.trove.map.TIntDoubleMap.containsKey()
Checks for the present of key in the keys of the map.
@param key an int
value
@return a boolean
value
-
gnu.trove.map.TIntFloatMap.containsKey()
Checks for the present of key in the keys of the map.
@param key an int
value
@return a boolean
value
-
gnu.trove.map.TIntLongMap.containsKey()
Checks for the present of key in the keys of the map.
@param key an int
value
@return a boolean
value
-
gnu.trove.map.TIntObjectMap.containsKey()
Returns true if this map contains a mapping for the specified key. More formally, returns true if and only if this map contains a mapping for a key k such that key.equals(k). (There can be at most one such mapping.)
@param key key whose presence in this map is to be tested
@return true if this map contains a mapping for the specifiedkey
@throws ClassCastException if the key is of an inappropriate type forthis map (optional)
@throws NullPointerException if the specified key is null and this mapdoes not permit null keys (optional)
-
gnu.trove.map.TLongObjectMap.containsKey()
Returns true if this map contains a mapping for the specified key. More formally, returns true if and only if this map contains a mapping for a key k such that key.equals(k). (There can be at most one such mapping.)
@param key key whose presence in this map is to be tested
@return true if this map contains a mapping for the specifiedkey
@throws ClassCastException if the key is of an inappropriate type forthis map (optional)
@throws NullPointerException if the specified key is null and this mapdoes not permit null keys (optional)
-
gnu.trove.map.TObjectByteMap.containsKey()
Returns true if this map contains a mapping for the specified key. More formally, returns true if and only if this map contains a mapping for a key k such that (key==null ? k==null : key.equals(k)). (There can be at most one such mapping.)
@param key key whose presence in this map is to be tested
@return true if this map contains a mapping for the specifiedkey
@throws ClassCastException if the key is of an inappropriate type forthis map (optional)
@throws NullPointerException if the specified key is null and this mapdoes not permit null keys (optional)
-
gnu.trove.map.TObjectCharMap.containsKey()
Returns true if this map contains a mapping for the specified key. More formally, returns true if and only if this map contains a mapping for a key k such that (key==null ? k==null : key.equals(k)). (There can be at most one such mapping.)
@param key key whose presence in this map is to be tested
@return true if this map contains a mapping for the specifiedkey
@throws ClassCastException if the key is of an inappropriate type forthis map (optional)
@throws NullPointerException if the specified key is null and this mapdoes not permit null keys (optional)
-
gnu.trove.map.TObjectDoubleMap.containsKey()
Returns true if this map contains a mapping for the specified key. More formally, returns true if and only if this map contains a mapping for a key k such that (key==null ? k==null : key.equals(k)). (There can be at most one such mapping.)
@param key key whose presence in this map is to be tested
@return true if this map contains a mapping for the specifiedkey
@throws ClassCastException if the key is of an inappropriate type forthis map (optional)
@throws NullPointerException if the specified key is null and this mapdoes not permit null keys (optional)
-
gnu.trove.map.TObjectFloatMap.containsKey()
Returns true if this map contains a mapping for the specified key. More formally, returns true if and only if this map contains a mapping for a key k such that (key==null ? k==null : key.equals(k)). (There can be at most one such mapping.)
@param key key whose presence in this map is to be tested
@return true if this map contains a mapping for the specifiedkey
@throws ClassCastException if the key is of an inappropriate type forthis map (optional)
@throws NullPointerException if the specified key is null and this mapdoes not permit null keys (optional)
-
gnu.trove.map.TObjectIntMap.containsKey()
Returns true if this map contains a mapping for the specified key. More formally, returns true if and only if this map contains a mapping for a key k such that (key==null ? k==null : key.equals(k)). (There can be at most one such mapping.)
@param key key whose presence in this map is to be tested
@return true if this map contains a mapping for the specifiedkey
@throws ClassCastException if the key is of an inappropriate type forthis map (optional)
@throws NullPointerException if the specified key is null and this mapdoes not permit null keys (optional)
-
gnu.trove.map.TObjectLongMap.containsKey()
Returns true if this map contains a mapping for the specified key. More formally, returns true if and only if this map contains a mapping for a key k such that (key==null ? k==null : key.equals(k)). (There can be at most one such mapping.)
@param key key whose presence in this map is to be tested
@return true if this map contains a mapping for the specifiedkey
@throws ClassCastException if the key is of an inappropriate type forthis map (optional)
@throws NullPointerException if the specified key is null and this mapdoes not permit null keys (optional)
-
gnu.trove.map.TObjectShortMap.containsKey()
Returns true if this map contains a mapping for the specified key. More formally, returns true if and only if this map contains a mapping for a key k such that (key==null ? k==null : key.equals(k)). (There can be at most one such mapping.)
@param key key whose presence in this map is to be tested
@return true if this map contains a mapping for the specifiedkey
@throws ClassCastException if the key is of an inappropriate type forthis map (optional)
@throws NullPointerException if the specified key is null and this mapdoes not permit null keys (optional)
-
gnu.trove.map.TShortObjectMap.containsKey()
Returns true if this map contains a mapping for the specified key. More formally, returns true if and only if this map contains a mapping for a key k such that key.equals(k). (There can be at most one such mapping.)
@param key key whose presence in this map is to be tested
@return true if this map contains a mapping for the specifiedkey
@throws ClassCastException if the key is of an inappropriate type forthis map (optional)
@throws NullPointerException if the specified key is null and this mapdoes not permit null keys (optional)
-
gnu.trove.map.hash.TIntDoubleHashMap.containsKey()
{@inheritDoc}
-
gnu.trove.map.hash.TIntFloatHashMap.containsKey()
{@inheritDoc}
-
gnu.trove.map.hash.TIntIntHashMap.containsKey()
{@inheritDoc}
-
gnu.trove.map.hash.TLongLongHashMap.containsKey()
{@inheritDoc}
-
grails.web.mvc.FlashScope.containsKey()
-
gumi.builders.url.UrlParameterMultimap.containsKey()
-
hudson.EnvVars.containsKey()
-
info.ata4.unity.serdes.db.FieldTypeMap.containsKey()
-
io.ADXIniParser.containsKey()
Returns whether of not the key exists in the file.
@param cat Category name
@param key Key name
@return Key existence flag
-
io.vertx.core.json.JsonObject.containsKey()
-
it.unimi.dsi.fastutil.ints.Int2FloatMap.containsKey()
-
it.unimi.dsi.fastutil.ints.Int2FloatOpenHashMap.containsKey()
-
it.unimi.dsi.fastutil.ints.Int2IntMap.containsKey()
-
it.unimi.dsi.fastutil.ints.Int2IntOpenHashMap.containsKey()
-
it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap.containsKey()
-
it.unimi.dsi.util.Properties.containsKey()
-
java.awt.RenderingHints.containsKey()
Returns true
if this RenderingHints
contains a mapping for the specified key.
@param key key whose presence in this RenderingHints
is to be tested.
@return true
if this RenderingHints
contains a mapping for the specified key.
@exception ClassCastException
if the key can notbe cast to RenderingHints.Key
-
java.util.AbstractMap.containsKey()
{@inheritDoc}
This implementation iterates over entrySet() searching for an entry with the specified key. 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; many implementations will override this method.
@throws ClassCastException {@inheritDoc}
@throws NullPointerException {@inheritDoc}
-
java.util.Collection.containsKey()
-
java.util.EnumMap.containsKey()
Returns true if this map contains a mapping for the specified key.
@param key the key whose presence in this map is to be tested
@return true if this map contains a mapping for the specifiedkey
-
java.util.HashMap.containsKey()
Returns true if this map contains a mapping for the specified key.
@param key The key whose presence in this map is to be tested
@return true if this map contains a mapping for the specifiedkey.
-
java.util.Hashtable.containsKey()
Tests if the specified object is a key in this hashtable.
@param key possible key
@return true
if and only if the specified objectis a key in this hashtable, as determined by the equals method; false
otherwise.
@throws NullPointerException if the key is null
@see #contains(Object)
-
java.util.IdentityHashMap.containsKey()
Tests whether the specified object reference is a key in this identity hash map.
@param key possible key
@return true
if the specified object reference is a keyin this map
@see #containsValue(Object)
-
java.util.LinkedHashMap.containsKey()
-
java.util.Map.containsKey()
Returns true if this map contains a mapping for the specified key. More formally, returns true if and only if this map contains a mapping for a key k such that (key==null ? k==null : key.equals(k)). (There can be at most one such mapping.)
@param key key whose presence in this map is to be tested
@return true if this map contains a mapping for the specifiedkey
@throws ClassCastException if the key is of an inappropriate type forthis map (optional)
@throws NullPointerException if the specified key is null and this mapdoes not permit null keys (optional)
-
java.util.NavigableMap.containsKey()
-
java.util.Properties.containsKey()
-
java.util.PropertyResourceBundle.containsKey()
-
java.util.ResourceBundle.containsKey()
Determines whether the given key
is contained in this ResourceBundle
or its parent bundles.
@param key the resource key
@return true
if the given key
iscontained in this ResourceBundle
or its parent bundles; false
otherwise.
@exception NullPointerException if key
is null
@since 1.6
-
java.util.SortedMap.containsKey()
-
java.util.TreeMap.containsKey()
Returns true if this map contains a mapping for the specified key.
@param key key whose presence in this map is to be tested
@return true if this map contains a mapping for thespecified key
@throws ClassCastException if the specified key cannot be comparedwith the keys currently in the map
@throws NullPointerException if the specified key is nulland this map uses natural ordering, or its comparator does not permit null keys
-
java.util.WeakHashMap.containsKey()
Returns true if this map contains a mapping for the specified key.
@param key The key whose presence in this map is to be tested
@return true if there is a mapping for key;false otherwise
-
java.util.concurrent.ConcurrentHashMap.containsKey()
-
java.util.concurrent.ConcurrentNavigableMap.containsKey()
-
java.util.jar.Attributes.containsKey()
Returns true if this Map contains the specified attribute name (key).
@param name the attribute name
@return true if this Map contains the specified attribute name
-
javax.faces.context.Flash.containsKey()
-
javax.json.JsonObject.containsKey()
-
javax.management.openmbean.CompositeData.containsKey()
Tests whether a key is part of this composite data
@param the key to test
@return true when the key exists, false otherwise
-
javax.management.openmbean.CompositeDataSupport.containsKey()
-
javax.management.openmbean.CompositeType.containsKey()
Determine whether this CompositeType contains the itemName
@param itemName the item name
@return true when it does, false otherwise
-
javax.management.openmbean.TabularData.containsKey()
Determine whether the tabular data contains the passed value as a row. If the passed value is null or invalid, false is returned.
@param key the value to check
@return true when the value is a row index, false otherwise
-
javax.management.openmbean.TabularDataSupport.containsKey()
-
javax.print.attribute.HashAttributeSet.containsKey()
-
javax.print.attribute.PrintRequestAttributeSet.containsKey()
-
javax.print.attribute.PrintServiceAttributeSet.containsKey()
-
javax.print.attribute.standard.PrinterStateReasons.containsKey()
-
javax.script.Bindings.containsKey()
-
javax.script.SimpleBindings.containsKey()
-
javax.xml.ws.handler.MessageContext.containsKey()
-
javolution.util.FastMap.containsKey()
Indicates if this map contains a mapping for the specified key.
@param key the key whose presence in this map is to be tested.
@return true
if this map contains a mapping for thespecified key; false
otherwise.
@throws NullPointerException if the key is null
.
-
jdbm.SecondaryHashMap.containsKey()
-
jdbm.SecondaryTreeMap.containsKey()
-
lineage2.gameserver.templates.StatsSet.containsKey()
Method containsKey.
@param key Integer
@return boolean
-
lombok.val.containsKey()
-
mage.view.CardsView.containsKey()
-
net.asfun.jangod.util.ListOrderedMap.containsKey()
-
net.bnubot.util.SortedProperties.containsKey()
-
net.grinder.common.GrinderProperties.containsKey()
-
net.minidev.json.JSONObject.containsKey()
-
net.myrrix.common.collection.FastByIDFloatMap.containsKey()
-
net.openhft.collections.SharedHashMap.containsKey()
-
net.openhft.koloboke.collect.map.ByteIntMap.containsKey()
-
net.sf.json.JSONObject.containsKey()
-
net.sourceforge.stripes.validation.ValidationErrors.containsKey()
-
net.visualillusionsent.utils.PropertiesFile.containsKey()
-
net.yacy.cora.protocol.RequestHeader.containsKey()
-
net.yacy.cora.protocol.ResponseHeader.containsKey()
-
oauth.signpost.http.HttpParameters.containsKey()
-
oracle.toplink.essentials.internal.helper.IdentityHashtable.containsKey()
Returns true if this IdentityHashtable contains a mapping for the given key. Equality is tested by reference.
@param key object to be used as a key into thisIdentityHashtable.
@return true if this IdentityHashtable contains amapping for key.
-
oracle.toplink.essentials.internal.sessions.AbstractRecord.containsKey()
PUBLIC: Check if the field is contained in the row. Conform to hashtable interface.
-
org.amplafi.flow.FlowValuesMap.containsKey()
@see java.util.Map#containsKey(java.lang.Object)
-
org.apache.accumulo.core.client.ClientConfiguration.containsKey()
-
org.apache.avalon.util.defaults.Defaults.containsKey()
-
org.apache.axis2.jaxws.addressing.util.EndpointContextMap.containsKey()
-
org.apache.axis2.jaxws.handler.SOAPHeadersAdapter.containsKey()
-
org.apache.batik.transcoder.TranscodingHints.containsKey()
Returns true if this TranscodingHints contains a mapping for the specified key, false otherwise.
@param key key whose present in this TranscodingHintsis to be tested.
@exception ClassCastException key is not of typeTranscodingHints.Key
-
org.apache.cayenne.DataRow.containsKey()
-
org.apache.cocoon.components.store.Store.containsKey()
Indicates if the given key is associated to a contained object.
-
org.apache.cocoon.util.HashMap.containsKey()
-
org.apache.cometd.bayeux.Message.containsKey()
-
org.apache.commons.collections.BeanMap.containsKey()
-
org.apache.commons.collections.BidiMap.containsKey()
-
org.apache.commons.collections.ExtendedProperties.containsKey()
-
org.apache.commons.collections.IterableMap.containsKey()
-
org.apache.commons.collections.MultiHashMap.containsKey()
-
org.apache.commons.collections.SortedBidiMap.containsKey()
-
org.apache.commons.collections.map.CaseInsensitiveMap.containsKey()
-
org.apache.commons.collections.map.HashedMap.containsKey()
-
org.apache.commons.collections.map.LinkedMap.containsKey()
-
org.apache.commons.collections.map.ReferenceMap.containsKey()
Returns true
if this map contains the given key.
@return true if the given key is in this map
-
org.apache.commons.collections15.BidiMap.containsKey()
Return true
if this map contains a mapping for the specified key.
@param key the key to be searched for
@return true if the map contains the key
-
org.apache.commons.collections15.IterableMap.containsKey()
Return true
if this map contains a mapping for the specified key.
@param key the key to be searched for
@return true if the map contains the key
-
org.apache.commons.collections15.SortedBidiMap.containsKey()
Return true
if this map contains a mapping for the specified key.
@param key the key to be searched for
@return true if the map contains the key
-
org.apache.commons.configuration.AbstractConfiguration.containsKey()
{@inheritDoc}
-
org.apache.commons.configuration.BaseConfiguration.containsKey()
check if the configuration contains the key
@param key the configuration key
@return true
if Configuration contain given key,false
otherwise.
-
org.apache.commons.configuration.CompositeConfiguration.containsKey()
-
org.apache.commons.configuration.Configuration.containsKey()
Check if the configuration contains the specified key.
@param key the key whose presence in this configuration is to be tested
@return true
if the configuration contains a value for thiskey, false
otherwise
-
org.apache.commons.configuration.HierarchicalConfiguration.containsKey()
Checks if the specified key is contained in this configuration. Note that for this configuration the term "contained" means that the key has an associated value. If there is a node for this key that has no value but children (either defined or undefined), this method will still return false .
@param key the key to be chekced
@return a flag if this key is contained in this configuration
-
org.apache.commons.configuration.PropertiesConfiguration.containsKey()
-
org.apache.commons.configuration.XMLConfiguration.containsKey()
-
org.apache.commons.configuration2.BaseHierarchicalConfiguration.containsKey()
{@inheritDoc} This implementation handles synchronization and delegatesto {@code containsKeyInternal()}.
-
org.apache.commons.configuration2.CombinedConfiguration.containsKey()
{@inheritDoc} This implementation handles synchronization and delegatesto {@code containsKeyInternal()}.
-
org.apache.commons.configuration2.Configuration.containsKey()
-
org.apache.commons.math.util.OpenIntToDoubleHashMap.containsKey()
Check if a value is associated with a key.
@param key key to check
@return true if a value is associated with key
-
org.apache.commons.math3.util.OpenIntToDoubleHashMap.containsKey()
Check if a value is associated with a key.
@param key key to check
@return true if a value is associated with key
-
org.apache.cxf.jaxws.context.WrappedMessageContext.containsKey()
-
org.apache.cxf.message.Message.containsKey()
-
org.apache.cxf.tools.common.ToolContext.containsKey()
-
org.apache.cxf.ws.policy.AssertionInfoMap.containsKey()
-
org.apache.derby.iapi.services.io.FormatableHashtable.containsKey()
-
org.apache.excalibur.store.Store.containsKey()
Indicates if the given key is associated to a contained object.
-
org.apache.excalibur.store.impl.MRUMemoryStore.containsKey()
Indicates if the given key is associated to a contained object.
@param key The key of the object
@return true if the key exists
-
org.apache.flex.forks.batik.transcoder.TranscodingHints.containsKey()
Returns true if this TranscodingHints contains a mapping for the specified key, false otherwise.
@param key key whose present in this TranscodingHintsis to be tested.
@exception ClassCastException key is not of typeTranscodingHints.Key
-
org.apache.hadoop.fs.Path.containsKey()
-
org.apache.hadoop.hbase.io.RowResult.containsKey()
-
org.apache.hadoop.io.MapWritable.containsKey()
{@inheritDoc}
-
org.apache.jackrabbit.oak.spi.security.ConfigurationParameters.containsKey()
{@inheritDoc}
-
org.apache.ldap.common.util.MultiMap.containsKey()
-
org.apache.lucene.facet.collections.IntToDoubleMap.containsKey()
Checks if a given key exists in the map.
@param key that is checked against the map data.
@return true if the key exists in the map. false otherwise.
-
org.apache.lucene.facet.collections.IntToFloatMap.containsKey()
Checks if a given key exists in the map.
@param key that is checked against the map data.
@return true if the key exists in the map. false otherwise.
-
org.apache.lucene.facet.collections.IntToIntMap.containsKey()
Checks if a given key exists in the map.
@param key that is checked against the map data.
@return true if the key exists in the map. false otherwise.
-
org.apache.lucene.util.collections.IntToDoubleMap.containsKey()
Checks if a given key exists in the map.
@param key that is checked against the map data.
@return true if the key exists in the map. false otherwise.
-
org.apache.lucene.util.collections.IntToIntMap.containsKey()
Checks if a given key exists in the map.
@param key that is checked against the map data.
@return true if the key exists in the map. false otherwise.
-
org.apache.mahout.math.map.OpenIntIntHashMap.containsKey()
Returns true if the receiver contains the specified key.
@return true if the receiver contains the specified key.
-
org.apache.myfaces.tobago.renderkit.html.HtmlStyleMap.containsKey()
-
org.apache.nutch.crawl.MapWritable.containsKey()
-
org.apache.oodt.cas.metadata.Metadata.containsKey()
Checks if keys exists
@param key Key to check for
@return True if key exists, false otherwise
-
org.apache.openejb.quartz.JobDataMap.containsKey()
-
org.apache.openejb.util.SuperProperties.containsKey()
-
org.apache.openjpa.lib.util.Options.containsKey()
-
org.apache.pdfbox.cos.COSDictionary.containsKey()
@see java.util.Map#containsKey(Object)
@param name The key to find in the map.
@return true if the map contains this key.
-
org.apache.pivot.beans.BeanAdapter.containsKey()
Verifies the existence of a property. The property must have a getter method; write-only properties are not supported.
@param key The property name.
@return true if the property exists; false, otherwise.
-
org.apache.pivot.web.QueryDictionary.containsKey()
-
org.apache.poi.hpsf.CustomProperties.containsKey()
Checks against both String Name and Long ID
-
org.apache.qpid.framing.FieldTable.containsKey()
-
org.apache.shiro.config.Ini.containsKey()
-
org.apache.sling.api.resource.ModifiableValueMap.containsKey()
-
org.apache.sling.api.resource.ValueMap.containsKey()
-
org.apache.sling.auth.core.spi.AuthenticationInfo.containsKey()
-
org.apache.sling.event.EventPropertiesMap.containsKey()
@see java.util.Map#containsKey(java.lang.Object)
-
org.apache.sling.jcr.resource.JcrPropertyMap.containsKey()
@see java.util.Map#containsKey(java.lang.Object)
-
org.apache.sling.resourceresolver.impl.tree.ResourceProviderEntry.containsKey()
-
org.apache.solr.common.SolrDocument.containsKey()
-
org.apache.solr.common.SolrInputDocument.containsKey()
-
org.apache.tools.ant.types.resources.Union.containsKey()
-
org.apache.turbine.util.ParameterParser.containsKey()
-
org.apache.turbine.util.parser.ParameterParser.containsKey()
-
org.apache.uima.aae.monitor.statistics.DelegateStats.containsKey()
-
org.apache.uima.aae.monitor.statistics.Statistics.containsKey()
-
org.apache.uima.adapter.jms.message.PendingMessage.containsKey()
-
org.apache.uima.ducc.common.persistence.PropertiesFileManager.containsKey()
-
org.apache.uima.ducc.common.utils.DuccProperties.containsKey()
-
org.apache.uima.ducc.transport.event.common.IDuccProcessMap.containsKey()
-
org.apache.uima.ducc.transport.event.common.IDuccReservationMap.containsKey()
-
org.apache.velocity.context.Context.containsKey()
Indicates whether the specified key is in the context.
@param key The key to look for.
@return Whether the key is in the context.
-
org.apache.wicket.PageParameters.containsKey()
-
org.apache.wicket.util.value.IValueMap.containsKey()
-
org.apache.wink.json4j.JSONObject.containsKey()
-
org.apache.ws.commons.schema.utils.NamespaceMap.containsKey()
-
org.apache.xindice.xml.NamespaceMap.containsKey()
-
org.apache.xmlbeans.impl.common.SequencedHashMap.containsKey()
Implements {@link Map#containsKey(Object)}.
-
org.apache.yoko.bindings.corba.CorbaMessage.containsKey()
-
org.aspectj.org.eclipse.jdt.internal.compiler.util.HashtableOfObject.containsKey()
-
org.aspectj.org.eclipse.jdt.internal.compiler.util.SimpleLookupTable.containsKey()
-
org.aspectj.org.eclipse.jdt.internal.core.util.HashtableOfArrayToObject.containsKey()
-
org.axonframework.cache.NoCache.containsKey()
-
org.axonframework.domain.MetaData.containsKey()
-
org.broadinstitute.gatk.utils.commandline.Tags.containsKey()
Returns true if tags contains given key
@param key The key for which to check existence.
@return true if tags contains given key
-
org.castor.cache.Cache.containsKey()
-
org.castor.cache.simple.Unlimited.containsKey()
{@inheritDoc}
-
org.castor.core.util.IdentityMap.containsKey()
{@inheritDoc}
@see java.util.Map#containsKey(java.lang.Object)
-
org.codehaus.groovy.util.SingleKeyHashMap.containsKey()
-
org.cx4a.rsense.typing.runtime.TypeVarMap.containsKey()
-
org.dayatang.cache.Cache.containsKey()
判断key是否已经已存在
@param key 缓存对象的key
@return true=存在,false=不存在
-
org.drools.ide.common.client.modeldriven.testing.CallFixtureMap.containsKey()
-
org.dynmap.ConfigurationNode.containsKey()
-
org.eclipse.e4.core.contexts.IEclipseContext.containsKey()
-
org.eclipse.emf.ecore.EPackage.Registry.containsKey()
-
org.eclipse.jdt.internal.compiler.util.HashtableOfObject.containsKey()
-
org.eclipse.jdt.internal.compiler.util.SimpleLookupTable.containsKey()
-
org.eclipse.jdt.internal.core.util.HashtableOfArrayToObject.containsKey()
-
org.eclipse.jetty.http.HttpFields.containsKey()
-
org.eclipse.persistence.internal.sessions.AbstractRecord.containsKey()
PUBLIC: Check if the field is contained in the row. Conform to hashtable interface.
-
org.eclipse.php.internal.core.util.collections.IntHashtable.containsKey()
Tests if the specified object is a key in this hashtable.
@param key possible key.
@return true
if and only if the specified object is a key inthis hashtable, as determined by the equals method; false
otherwise.
@see #contains(Object)
-
org.exoplatform.commons.utils.ExoProperties.containsKey()
-
org.exoplatform.portal.config.model.Properties.containsKey()
-
org.geomajas.service.pipeline.PipelineContext.containsKey()
Returns true if the context contains the specified key.
@param key key which needs to be checked.
@return true if the context contains the key, false otherwise
@since 1.9.0
-
org.geoserver.catalog.MetadataMap.containsKey()
-
org.geoserver.ows.util.CaseInsensitiveMap.containsKey()
-
org.geotools.factory.Hints.containsKey()
-
org.groovymud.utils.CountingMap.containsKey()
-
org.grouplens.lenskit.vectors.MutableSparseVector.containsKey()
-
org.grouplens.lenskit.vectors.SparseVector.containsKey()
Query whether the vector contains an entry for the key in question.
@param key The key to search for.
@return {@code true} if the key exists.
-
org.gudy.azureus2.core3.util.ByteArrayHashMap.containsKey()
-
org.h2.constant.DbSettings.containsKey()
-
org.h2.util.SortedProperties.containsKey()
-
org.hibernate.search.util.configuration.impl.MaskedProperty.containsKey()
@throws IllegalArgumentException if the key is not a String instance
-
org.hsqldb.lib.IntValueHashMap.containsKey()
-
org.hsqldb_voltpatches.lib.IntValueHashMap.containsKey()
-
org.infinispan.AdvancedCache.containsKey()
-
org.infinispan.Cache.containsKey()
-
org.infinispan.atomic.AtomicMap.containsKey()
-
org.infinispan.atomic.AtomicMapCache.containsKey()
-
org.infinispan.atomic.impl.AtomicHashMap.containsKey()
-
org.infinispan.client.hotrod.impl.TypedProperties.containsKey()
-
org.infinispan.commons.util.TypedProperties.containsKey()
-
org.infinispan.container.DataContainer.containsKey()
Tests whether an entry exists in the container
@param k key to test
@return true if entry exists and has not expired; false otherwise
-
org.infinispan.container.versioning.EntryVersionsMap.containsKey()
-
org.infinispan.loaders.CacheLoader.containsKey()
@param key key to test
@return true if the key exists, false otherwise
@throws CacheLoaderException in the event of problems reading from source
-
org.infinispan.loaders.CacheStore.containsKey()
-
org.infinispan.loaders.jdbc.mixed.JdbcMixedCacheStore.containsKey()
-
org.infinispan.util.TypedProperties.containsKey()
-
org.ini4j.Profile.Section.containsKey()
-
org.jasig.portal.ChannelStaticData.containsKey()
-
org.jaxen.util.IdentityHashMap.containsKey()
Returns true if this map contains a mapping for the specified key.
@return true if this map contains a mapping for the specifiedkey.
@param key key whose presence in this Map is to be tested.
-
org.jboss.cache.DataNode.containsKey()
-
org.jboss.cache.Node.containsKey()
-
org.jboss.com.sun.net.httpserver.Headers.containsKey()
-
org.jboss.errai.marshalling.client.api.json.EJObject.containsKey()
-
org.jboss.forge.addon.configuration.Configuration.containsKey()
Check if the configuration contains the specified key.
@param key the key whose presence in this configuration is to be tested
@return true
if the configuration contains a value for this key, false
otherwise
-
org.jboss.forge.env.Configuration.containsKey()
Check if the configuration contains the specified key.
@param key the key whose presence in this configuration is to be tested
@return true
if the configuration contains a value for this key, false
otherwise
-
org.jboss.metadata.ejb.jboss.ResourceManagersMetaData.containsKey()
-
org.jboss.metadata.javaee.spec.MessageDestinationReferencesMetaData.containsKey()
-
org.jboss.metatype.api.types.CompositeMetaType.containsKey()
Determine whether this CompositeMetaType contains the itemName
@param itemName the item name
@return true when it does, false otherwise
-
org.jboss.metatype.api.values.CollectionValueSupport.containsKey()
-
org.jboss.metatype.api.values.CompositeValue.containsKey()
Tests whether a key is part of this composite value
@param key the key to test
@return true when the key exists, false otherwise
-
org.jboss.metatype.api.values.CompositeValueSupport.containsKey()
-
org.jboss.metatype.api.values.TableValueSupport.containsKey()
-
org.jdesktop.wonderland.server.security.ActionMap.containsKey()
-
org.jets3t.service.Jets3tProperties.containsKey()
@param propertyName the property name to check for.
@return true if the property exists, false otherwise.
-
org.jgroups.util.RspList.containsKey()
-
org.jibeframework.core.app.config.ConfigMap.containsKey()
-
org.jitterbit.collections.StringKeyValuePairs.containsKey()
Returns true
if this object contains a value for the specified key, otherwise false
is returned.
@param key The key to query.
-
org.joget.apps.form.model.FormRow.containsKey()
-
org.jruby.RubyHash.containsKey()
-
org.jruby.RubyObject.containsKey()
-
org.json.simple.JSONObject.containsKey()
-
org.lealone.constant.DbSettings.containsKey()
-
org.mortbay.util.MultiMap.containsKey()
-
org.moxie.maxml.MaxmlMap.containsKey()
-
org.mozilla.javascript.NativeObject.containsKey()
-
org.mule.util.CaseInsensitiveHashMap.containsKey()
-
org.netbeans.spi.project.support.ant.EditableProperties.containsKey()
-
org.objectstyle.wolips.eomodeler.core.model.EOModelMap.containsKey()
-
org.objectweb.celtix.tools.common.ProcessorEnvironment.containsKey()
-
org.ofbiz.entity.GenericPK.containsKey()
-
org.ofbiz.entity.GenericValue.containsKey()
-
org.omnaest.utils.propertyfile.content.PropertyMap.containsKey()
-
org.openengsb.core.edb.api.EDBObject.containsKey()
-
org.opengis.feature.type.Schema.containsKey()
-
org.openhab.binding.http.internal.HttpGenericBindingProvider.HttpBindingConfig.containsKey()
-
org.openntf.domino.Document.containsKey()
-
org.openstreetmap.josm.data.gpx.Extensions.containsKey()
-
org.openstreetmap.josm.plugins.graphview.core.data.TagGroup.containsKey()
returns true if this tag group contains a tag with the given key
@param key key to check for; != null
-
org.pdfclown.documents.contents.FontResources.containsKey()
-
org.pdfclown.documents.contents.XObjectResources.containsKey()
-
org.pdfclown.objects.PdfDictionary.containsKey()
-
org.quartz.JobDataMap.containsKey()
-
org.rhq.core.domain.common.composite.SystemSettings.containsKey()
-
org.rhq.core.domain.configuration.PropertyMap.containsKey()
-
org.rhq.core.util.updater.FileHashcodeMap.containsKey()
-
org.rzo.yajsw.config.YajswConfigurationImpl.containsKey()
-
org.simpleframework.http.Query.containsKey()
-
org.sonatype.nexus.proxy.RequestContext.containsKey()
-
org.sonatype.nexus.proxy.attributes.Attributes.containsKey()
Returns true if this instance has a value for given key set.
-
org.spoofax.interpreter.library.ssl.StrategoHashMap.containsKey()
-
org.spout.nbt.CompoundMap.containsKey()
-
org.springframework.batch.item.ExecutionContext.containsKey()
Indicates whether or not a key is represented in this context.
@param key Key to check existence for
@return True if key is represented in context, false otherwise
@see java.util.Map#containsKey(Object)
-
org.springframework.core.annotation.AnnotationAttributes.containsKey()
-
org.springframework.http.HttpHeaders.containsKey()
-
org.springframework.messaging.MessageHeaders.containsKey()
-
org.springframework.osgi.util.internal.MapBasedDictionary.containsKey()
-
org.springframework.ui.ExtendedModelMap.containsKey()
-
org.structr.core.property.PropertyMap.containsKey()
-
org.tmatesoft.svn.core.internal.util.SVNHashMap.containsKey()
-
org.voltdb.utils.InMemoryJarfile.containsKey()
-
org.waveprotocol.wave.client.common.util.JsoView.containsKey()
@param key
@return true if a value indexed by the given key is in the map
-
org.waveprotocol.wave.model.document.operation.Attributes.containsKey()
-
org.waveprotocol.wave.model.document.operation.impl.AnnotationMap.containsKey()
-
org.yinwang.yin.Scope.containsKey()
-
org.zanata.rest.dto.stats.contribution.LocaleStatistics.containsKey()
-
pivot.web.QueryDictionary.containsKey()
-
pl.net.bluesoft.rnd.processtool.model.dict.ProcessDictionary.containsKey()
-
railo.runtime.Component.containsKey()
-
railo.runtime.exp.CatchBlock.containsKey()
-
railo.runtime.type.Struct.containsKey()
-
railo.runtime.type.cfc.ComponentAccess.containsKey()
-
sample.util.SimpleCommandLineParser.containsKey()
-
simpleserver.nbt.NBTCompound.containsKey()
-
voldemort.utils.Props.containsKey()