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

Method decrementSize

src/main/java/gate/util/RBTreeMap.java:62–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60
61 private void incrementSize() { modCount++; size++; }
62 private void decrementSize() { modCount++; size--; }
63
64 /**
65 * Constructs a new, empty map, sorted according to the keys' natural

Callers 1

deleteEntryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected