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

Method size

output/java_guava/1.4.18/Sets.java:637–640  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

635 final Set<? extends E> set2minus1 = difference(set2, set1);
636 return new SetView<E>() {
637 @Override
638 public int size() {
639 return IntMath.saturatedAdd(set1.size(), set2minus1.size());
640 }
641
642 @Override
643 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