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

Method contains

src/main/java/gate/util/RBTreeMap.java:571–574  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

569 }
570
571 @Override
572 public boolean contains(Object o) {
573 return containsKey(o);
574 }
575
576 @Override
577 public boolean remove(Object o) {

Callers 15

testIteratorMethod · 0.45
testSetMethodsMethod · 0.45
addAnnotSet2MapMethod · 0.45
testUpdateXmlElementMethod · 0.45
isEnabledMethod · 0.45
logOnceMethod · 0.45
isLoggedOnceMethod · 0.45
minusMethod · 0.45
plusMethod · 0.45
intersectMethod · 0.45
removeStatusListenerMethod · 0.45
addStatusListenerMethod · 0.45

Calls 7

containsKeyMethod · 0.95
firstEntryMethod · 0.95
successorMethod · 0.95
valEqualsMethod · 0.95
getEntryMethod · 0.95
getValueMethod · 0.65
getKeyMethod · 0.65

Tested by 4

testIteratorMethod · 0.36
testSetMethodsMethod · 0.36
addAnnotSet2MapMethod · 0.36
testUpdateXmlElementMethod · 0.36