MCPcopy Create free account
hub / github.com/davidgiven/luje / isEmpty

Method isEmpty

lib/java/util/Hashtable.java:562–565  ·  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

560 * @see #size
561 */
562 @Override
563 public synchronized boolean isEmpty() {
564 return elementCount == 0;
565 }
566
567 /**
568 * Returns an enumeration on the keys of this {@code Hashtable} instance.

Callers 1

toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected