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

Method isEmpty

vm/JavaAPI/src/java/util/Hashtable.java:524–527  ·  view source on GitHub ↗

Returns true if this Hashtable has no key/value pairs. @return true if this Hashtable has no key/value pairs, false otherwise. @see #size

()

Source from the content-addressed store, hash-verified

522 * @see #size
523 */
524 @Override
525 public synchronized boolean isEmpty() {
526 return elementCount == 0;
527 }
528
529 /**
530 * Returns an enumeration on the keys of this {@code Hashtable} instance.

Callers 9

getContactPhoneNumberMethod · 0.95
getContactEmailMethod · 0.95
readResponseMethod · 0.95
applyThemeOverlayMethod · 0.95
applyCssToPreviewMethod · 0.95
toStringMethod · 0.95
hasPhoneNumberMethod · 0.95
createContactMethod · 0.95

Calls

no outgoing calls

Tested by 2

hasPhoneNumberMethod · 0.76
createContactMethod · 0.76