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

Method isEmpty

output/java_guava/1.4.16/Maps.java:3103–3106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3101 }
3102
3103 @Override
3104 public boolean isEmpty() {
3105 return !Iterables.any(unfiltered.entrySet(), entryPredicate);
3106 }
3107
3108 @Override
3109 @Nullable

Callers

nothing calls this directly

Calls 2

anyMethod · 0.95
entrySetMethod · 0.65

Tested by

no test coverage detected