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

Method isEmpty

lib/java/util/AbstractMap.java:211–213  ·  view source on GitHub ↗

Returns whether this map is empty. @return true if this map has no elements, false otherwise. @see #size()

()

Source from the content-addressed store, hash-verified

209 * @see #size()
210 */
211 public boolean isEmpty() {
212 return size() == 0;
213 }
214
215 /**
216 * Returns a set of the keys contained in this map. The set is backed by

Callers 1

toStringMethod · 0.95

Calls 1

sizeMethod · 0.95

Tested by

no test coverage detected