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

Method isEmpty

lib/java/util/HashSet.java:145–148  ·  view source on GitHub ↗

Returns true if this HashSet has no elements, false otherwise. @return true if this HashSet has no elements, false otherwise. @see #size

()

Source from the content-addressed store, hash-verified

143 * @see #size
144 */
145 @Override
146 public boolean isEmpty() {
147 return backingMap.isEmpty();
148 }
149
150 /**
151 * Returns an Iterator on the elements of this {@code HashSet}.

Callers

nothing calls this directly

Calls 1

isEmptyMethod · 0.65

Tested by

no test coverage detected