MCPcopy Index your code
hub / github.com/davidgiven/luje / contains

Method contains

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

Searches this set for the specified object. @param object the object to search for. @return true if object is an element of this set, false otherwise.

(Object object)

Source from the content-addressed store, hash-verified

76 * otherwise.
77 */
78 public boolean contains(Object object);
79
80 /**
81 * Searches this set for all objects in the specified collection.

Callers 10

removeAllMethod · 0.65
retainAllMethod · 0.65
equalsMethod · 0.65
containsMethod · 0.65
removeAllMethod · 0.65
containsMethod · 0.65
containsMethod · 0.65
disjointMethod · 0.65
containsMethod · 0.65
containsMethod · 0.65

Implementers 1

CheckedEntrySetlib/java/util/Collections.java

Calls

no outgoing calls

Tested by

no test coverage detected