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

Method Splitter

output/java_guava/1.4.13/Splitter.java:104–106  ·  view source on GitHub ↗
(Strategy strategy)

Source from the content-addressed store, hash-verified

102 private final int limit;
103
104 private Splitter(Strategy strategy) {
105 this(strategy, false, CharMatcher.none(), Integer.MAX_VALUE);
106 }
107
108 private Splitter(
109 Strategy strategy, boolean omitEmptyStrings, CharMatcher trimmer, int limit) {

Callers

nothing calls this directly

Calls 1

noneMethod · 0.95

Tested by

no test coverage detected