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

Method Splitter

output/java_guava/1.4.16/Splitter.java:100–102  ·  view source on GitHub ↗
(Strategy strategy)

Source from the content-addressed store, hash-verified

98 private final Strategy strategy;
99 private final int limit;
100 private Splitter(Strategy strategy) {
101 this(strategy, false, CharMatcher.none(), Integer.MAX_VALUE);
102 }
103
104 private Splitter(
105 Strategy strategy, boolean omitEmptyStrings, CharMatcher trimmer, int limit) {

Callers

nothing calls this directly

Calls 1

noneMethod · 0.95

Tested by

no test coverage detected