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

Method size

lib/java/util/HashSet.java:178–181  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

176 * @return the number of elements in this {@code HashSet}.
177 */
178 @Override
179 public int size() {
180 return backingMap.size();
181 }
182
183// private void writeObject(ObjectOutputStream stream) throws IOException {
184// stream.defaultWriteObject();

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.65

Tested by

no test coverage detected