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

Method size

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

Returns the number of elements in this set. @return the number of elements in this set.

()

Source from the content-addressed store, hash-verified

169 * @return the number of elements in this set.
170 */
171 public int size();
172
173 /**
174 * Returns an array containing all elements contained in this set.

Callers 15

sizeMethod · 0.65
sizeMethod · 0.65
sizeMethod · 0.65
equalsMethod · 0.65
sizeMethod · 0.65
HashMapMethod · 0.65
sizeMethod · 0.65
putAllImplMethod · 0.65
HashtableMethod · 0.65
equalsMethod · 0.65
HashSetMethod · 0.65
sizeMethod · 0.65

Implementers 1

CheckedEntrySetlib/java/util/Collections.java

Calls

no outgoing calls

Tested by

no test coverage detected