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

Method isEmpty

Ports/CLDC11/src/java/util/Hashtable.java:555–558  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

553 ///
554 /// - #size
555 @Override
556 public synchronized boolean isEmpty() {
557 return elementCount == 0;
558 }
559
560 /// Returns an enumeration on the keys of this `Hashtable` instance.
561 /// The results of the enumeration may be affected if the contents of this

Callers 1

toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected