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

Method isEmpty

classpath/java/util/ArrayList.java:166–168  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

164 }
165
166 public boolean isEmpty() {
167 return size() == 0;
168 }
169
170 public void clear() {
171 array = null;

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.95

Tested by

no test coverage detected