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

Method size

vm/JavaAPI/src/java/util/Hashtable.java:382–385  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

380 return new Collections.SynchronizedSet<Map.Entry<K, V>>(
381 new AbstractSet<Map.Entry<K, V>>() {
382 @Override
383 public int size() {
384 return elementCount;
385 }
386
387 @Override
388 public void clear() {

Callers 4

persistComponentMethod · 0.95
equalsMethod · 0.95
iteratorMethod · 0.95
toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected