MCPcopy Index your code
hub / github.com/codenameone/CodenameOne / isEmpty

Method isEmpty

vm/JavaAPI/src/java/util/List.java:194–194  ·  view source on GitHub ↗

Returns whether this List contains no elements. @return true if this List has no elements, false otherwise. @see #size

()

Source from the content-addressed store, hash-verified

192 * @see #size
193 */
194 public boolean isEmpty();
195
196 /**
197 * Returns an iterator on the elements of this {@code List}. The elements are

Callers 9

renderFillsMethod · 0.95
anchorOfMethod · 0.95
populateFromMapMethod · 0.95
buildMethod · 0.95
loadBaseColorTextureMethod · 0.95
refreshMethod · 0.95
internalGetMethod · 0.95
internalGetAsArrayMethod · 0.95
applyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected