MCPcopy Index your code
hub / github.com/davidgiven/luje / size

Method size

lib/java/util/Hashtable.java:422–425  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

420 return new Collections.SynchronizedSet<Map.Entry<K, V>>(
421 new AbstractSet<Map.Entry<K, V>>() {
422 @Override
423 public int size() {
424 return elementCount;
425 }
426
427 @Override
428 public void clear() {

Callers 3

equalsMethod · 0.95
iteratorMethod · 0.95
toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected