MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / put

Method put

Ports/CLDC11/src/java/util/TreeMap.java:4430–4433  ·  view source on GitHub ↗
(K key, V value)

Source from the content-addressed store, hash-verified

4428 /// if the specified key is `null` and the comparator
4429 /// cannot handle `null` keys.
4430 @Override
4431 public V put(K key, V value) {
4432 return putImpl(key, value);
4433 }
4434
4435 private V putImpl(K key, V value) {
4436 if (root == null) {

Callers

nothing calls this directly

Calls 1

putImplMethod · 0.95

Tested by

no test coverage detected