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

Method iterator

output/java_guava/1.4.19/Multisets.java:309–312  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

307 }
308
309 @Override
310 public UnmodifiableIterator<E> iterator() {
311 return Iterators.filter(unfiltered.iterator(), predicate);
312 }
313
314 @Override
315 Set<E> createElementSet() {

Callers

nothing calls this directly

Calls 2

filterMethod · 0.95
iteratorMethod · 0.65

Tested by

no test coverage detected