Searched refs:interleaving_strings (Results 1 – 1 of 1) sorted by relevance
38 …private List<String> interleaving_strings = Arrays.asList("a", "b", "c", "d", "e", "f", "g", "h", … field in BytewiseComparatorTest281 final int key_idx = rnd.nextInt(interleaving_strings.size()); in doRandomIterationTest()282 final String key = interleaving_strings.get(key_idx); in doRandomIterationTest()289 final int key_idx = rnd.nextInt(interleaving_strings.size()); in doRandomIterationTest()290 final String key = interleaving_strings.get(key_idx); in doRandomIterationTest()