Home
last modified time | relevance | path

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

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