MCPcopy Create free account
hub / github.com/davidgiven/luje / remove

Method remove

lib/java/util/TreeMap.java:888–895  ·  view source on GitHub ↗
(Object object)

Source from the content-addressed store, hash-verified

886 }
887
888 @Override
889 public boolean remove(Object object) {
890 if (subMap.containsKey(object)) {
891 subMap.remove(object);
892 return true;
893 }
894 return false;
895 }
896
897 public Iterator<K> iterator() {
898 Node<K, V> from;

Callers

nothing calls this directly

Calls 2

containsKeyMethod · 0.65
removeMethod · 0.65

Tested by

no test coverage detected