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

Method isEmpty

output/java_guava/1.4.19/Sets.java:642–645  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

640 }
641
642 @Override
643 public boolean isEmpty() {
644 return set1.isEmpty() && set2.isEmpty();
645 }
646
647 @Override
648 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