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

Method clear

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

Removes all mappings from this RBTreeMap.

()

Source from the content-addressed store, hash-verified

512 * Removes all mappings from this RBTreeMap.
513 */
514 @Override
515 public void clear() {
516 modCount++;
517 size = 0;
518 root = null;
519 }
520
521 /**
522 * Returns a shallow copy of this <tt>RBTreeMap</tt> instance. (The keys and

Callers 15

_subtestImmutabilityMethod · 0.45
testSetMethodsMethod · 0.45
_testGapMethod · 0.45
setUpMethod · 0.45
tearDownMethod · 0.45
testMetadataMethod · 0.45
testLoadingMethod · 0.45
testClassIndexMethod · 0.45
tearDownMethod · 0.45
testConfigUpdatingMethod · 0.45
buildGuiMethod · 0.45
sortMethod · 0.45

Calls

no outgoing calls

Tested by 10

_subtestImmutabilityMethod · 0.36
testSetMethodsMethod · 0.36
_testGapMethod · 0.36
setUpMethod · 0.36
tearDownMethod · 0.36
testMetadataMethod · 0.36
testLoadingMethod · 0.36
testClassIndexMethod · 0.36
tearDownMethod · 0.36
testConfigUpdatingMethod · 0.36