MCPcopy Create free account
hub / github.com/antlr/codebuff / size

Method size

corpus/java/training/guava/collect/Sets.java:597–600  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

595
596 return new SetView<E>() {
597 @Override
598 public int size() {
599 return IntMath.saturatedAdd(set1.size(), set2minus1.size());
600 }
601
602 @Override
603 public boolean isEmpty() {

Callers

nothing calls this directly

Calls 4

saturatedAddMethod · 0.95
sizeMethod · 0.95
iteratorMethod · 0.95
sizeMethod · 0.65

Tested by

no test coverage detected