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

Method iterator

output/java_guava/1.4.18/Multisets.java:310–313  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

filterMethod · 0.95
iteratorMethod · 0.65

Tested by

no test coverage detected