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

Method isEmpty

Ports/CLDC11/src/java/util/AbstractMap.java:464–466  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

462 ///
463 /// - #size()
464 public boolean isEmpty() {
465 return size() == 0;
466 }
467
468 /// Returns a set of the keys contained in this map. The set is backed by
469 /// this map so changes to one are reflected by the other. The returned set

Callers 1

toStringMethod · 0.95

Calls 1

sizeMethod · 0.95

Tested by

no test coverage detected