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

Method lenientParsing

output/java_guava/1.4.19/CacheBuilder.java:279–283  ·  view source on GitHub ↗

Enables lenient parsing. Useful for tests and spec parsing. @return this CacheBuilder instance (for chaining)

()

Source from the content-addressed store, hash-verified

277 */
278
279 @GwtIncompatible // To be supported
280 CacheBuilder<K, V> lenientParsing() {
281 strictParsing = false;
282 return this;
283 }
284
285 /**
286 * Sets a custom {@code Equivalence} strategy for comparing keys.

Callers 1

fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected