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

Method isEmpty

lib/java/util/Set.java:121–121  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

119 * @see #size
120 */
121 public boolean isEmpty();
122
123 /**
124 * Returns an iterator on the elements of this set. The elements are

Callers 15

isEmptyMethod · 0.65
isEmptyMethod · 0.65
isEmptyMethod · 0.65
putAllMethod · 0.65
isEmptyMethod · 0.65
isEmptyMethod · 0.65
isEmptyMethod · 0.65
isEmptyMethod · 0.65
isEmptyMethod · 0.65
binarySearchMethod · 0.65
frequencyMethod · 0.65
isEmptyMethod · 0.65

Implementers 1

CheckedEntrySetlib/java/util/Collections.java

Calls

no outgoing calls

Tested by

no test coverage detected