MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / isEmpty

Method isEmpty

vm/JavaAPI/src/java/util/Vector.java:577–580  ·  view source on GitHub ↗

Returns if this vector has no elements, a size of zero. @return true if this vector has no elements, false otherwise. @see #size

()

Source from the content-addressed store, hash-verified

575 * @see #size
576 */
577 @Override
578 public synchronized boolean isEmpty() {
579 return elementCount == 0;
580 }
581
582 /**
583 * Returns the last element in this vector.

Callers 15

launchAdMethod · 0.95
getUserMethod · 0.95
getPageMethod · 0.95
getPostMethod · 0.95
getPhotoMethod · 0.95
getAlbumMethod · 0.95
newComponentMethod · 0.95
applyCSSMethod · 0.95
scrollToElementMethod · 0.95
rebuildPageMethod · 0.95
getWordsMethod · 0.95
incCounterMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected