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

Method size

Ports/CLDC11/src/java/util/Hashtable.java:400–403  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

398 return new Collections.SynchronizedSet<Map.Entry<K, V>>(
399 new AbstractSet<Map.Entry<K, V>>() {
400 @Override
401 public int size() {
402 return elementCount;
403 }
404
405 @Override
406 public void clear() {

Callers 3

equalsMethod · 0.95
iteratorMethod · 0.95
toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected