Searched refs:nonGenericImmutableSortedMap (Results 1 – 1 of 1) sorted by relevance
3566 abstract ImmutableSortedMap<Integer, V> nonGenericImmutableSortedMap(); in nonGenericImmutableSortedMap() method in AutoValueTest.DataWithSortedCollectionBuilders3648 assertThat(data.nonGenericImmutableSortedMap().keySet()).containsExactly(1, 3, 9).inOrder(); in shouldGenerateBuildersWithComparators()