MCPcopy Create free account
hub / github.com/LFYSec/MScan / size

Method size

src/main/java/pascal/taie/util/collection/ArraySet.java:150–153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148 }
149
150 @Override
151 public int size() {
152 return elements.size();
153 }
154
155 @Override
156 public SetEx<E> copy() {

Callers 1

addMethod · 0.95

Calls 1

sizeMethod · 0.65

Tested by

no test coverage detected