MCPcopy Create free account
hub / github.com/ReadyTalk/avian / isEmpty

Method isEmpty

classpath/java/util/Hashtable.java:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 }
34
35 public synchronized boolean isEmpty() {
36 return map.isEmpty();
37 }
38
39 public synchronized int size() {
40 return map.size();

Callers

nothing calls this directly

Calls 1

isEmptyMethod · 0.65

Tested by

no test coverage detected