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

Method isEmpty

output/java_guava/1.4.19/Maps.java:3105–3108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

anyMethod · 0.95
entrySetMethod · 0.65

Tested by

no test coverage detected