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

Method isEmpty

classpath/java/util/AbstractCollection.java:69–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 }
68
69 public boolean isEmpty() {
70 return size() == 0;
71 }
72
73 public boolean remove(Object element) {
74 throw new UnsupportedOperationException("remove(T) in "

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.95

Tested by

no test coverage detected