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

Method Splitter

corpus/java/training/guava/base/Splitter.java:101–103  ·  view source on GitHub ↗
(Strategy strategy)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

noneMethod · 0.95

Tested by

no test coverage detected