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

Method isEmpty

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

Source from the content-addressed store, hash-verified

600 }
601
602 @Override
603 public boolean isEmpty() {
604 return set1.isEmpty() && set2.isEmpty();
605 }
606
607 @Override
608 public Iterator<E> iterator() {

Callers

nothing calls this directly

Calls 5

iteratorMethod · 0.95
isEmptyMethod · 0.65
containsAllMethod · 0.65
equalsMethod · 0.65
hasNextMethod · 0.45

Tested by

no test coverage detected