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

Method contains

vm/JavaAPI/src/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 15

buildApiClassMethod · 0.65
isSubtypeMethod · 0.65
parseConstructorMethod · 0.65
parseMethodMethod · 0.65
parseFieldMethod · 0.65
isTopLevelPublicTypeMethod · 0.65
isNestedPublicTypeMethod · 0.65
isNestedStaticTypeMethod · 0.65
isPublicMethodMethod · 0.65
isPublicRuntimeTypeMethod · 0.65

Calls

no outgoing calls

Tested by 15

invoke3Method · 0.52
differenceMethod · 0.52
runTestMethod · 0.52
runTestMethod · 0.52
runTestMethod · 0.52
isIosMethod · 0.52
isWindowsMethod · 0.52
runChecksMethod · 0.52
mainMethod · 0.52
runOwnerTestsMethod · 0.52