MCPcopy
hub / github.com/google/guava / isPartialView

Method isPartialView

guava/src/com/google/common/collect/Sets.java:1559–1562  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1557 }
1558
1559 @Override
1560 boolean isPartialView() {
1561 return true;
1562 }
1563
1564 // redeclare to help optimizers with b/310253115
1565 @SuppressWarnings("RedundantOverride")

Callers 5

copyOfMethod · 0.45
copyOfMethod · 0.45
copyOfMethod · 0.45
copyOfMethod · 0.45
copyOfMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected