Home
last modified time | relevance | path

Searched refs:JOINER_ON_STRING (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-tests/benchmark/com/google/common/base/
DJoinerBenchmark.java37 private static final Joiner JOINER_ON_STRING = Joiner.on(DELIMITER_STRING); field in JoinerBenchmark
59 dummy ^= JOINER_ON_STRING.join(components).length(); in joinerWithStringDelimiter()