Searched refs:VALUE_SPLITTER (Results 1 – 1 of 1) sorted by relevance
74 private static final Splitter VALUE_SPLITTER = Splitter.on(whitespace()).omitEmptyStrings(); field in ResultSpec153 List<String> splitArgs = VALUE_SPLITTER.splitToList(args.get(splitArgIndex)); in transform()319 VALUE_SPLITTER.splitToList(specStr).stream() in getFallbackResult()600 return ImmutableList.copyOf(VALUE_SPLITTER.split(value)); in splitValues()605 values.addAll(VALUE_SPLITTER.split(value.substring(rawStart, qstart))); in splitValues()613 values.addAll(VALUE_SPLITTER.split(value.substring(rawStart))); in splitValues()