Searched refs:rawImmutableSortedSet (Results 1 – 1 of 1) sorted by relevance
3568 abstract ImmutableSortedSet rawImmutableSortedSet(); in rawImmutableSortedSet() method in AutoValueTest.DataWithSortedCollectionBuilders3649 assertThat(data.rawImmutableSortedSet()).containsExactly("Alfa", "Bravo", "Charlie").inOrder(); in shouldGenerateBuildersWithComparators()