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

Method isEmpty

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

Source from the content-addressed store, hash-verified

996 }
997
998 public boolean isEmpty() {
999 return c.isEmpty();
1000 }
1001
1002 public Iterator<E> iterator() {
1003 return new Iterator<E>() {

Callers

nothing calls this directly

Calls 1

isEmptyMethod · 0.65

Tested by

no test coverage detected