MCPcopy Create free account
hub / github.com/GateNLP/gate-core / containsKey

Method containsKey

src/main/java/gate/util/RBTreeMap.java:150–153  ·  view source on GitHub ↗

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 key cannot be compared with the keys cu

(Object key)

Source from the content-addressed store, hash-verified

148 * <tt>null</tt> keys.
149 */
150 @Override
151 public boolean containsKey(Object key) {
152 return getEntry(key) != null;
153 }
154
155 /**
156 * Returns <tt>true</tt> if this map maps one or more keys to the

Callers 15

containsMethod · 0.95
isGateTypeMethod · 0.45
duplicateMethod · 0.45
itemStateChangedMethod · 0.45
textWithNodesMethod · 0.45
writeDocumentMethod · 0.45
setTikaFeatureMethod · 0.45
hasParameterMethod · 0.45
unpackMarkupMethod · 0.45
unpackCasMarkupMethod · 0.45

Calls 1

getEntryMethod · 0.95

Tested by 1