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

Method isEmpty

lib/java/util/Collections.java:1334–1336  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1332 }
1333
1334 public boolean isEmpty() {
1335 return m.isEmpty();
1336 }
1337
1338 public Set<K> keySet() {
1339 return new UnmodifiableSet<K>(m.keySet());

Callers

nothing calls this directly

Calls 1

isEmptyMethod · 0.65

Tested by

no test coverage detected