Home
last modified time | relevance | path

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

/aosp_15_r20/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/
H A DAutoValueTest.java3568 abstract ImmutableSortedSet rawImmutableSortedSet(); in rawImmutableSortedSet() method in AutoValueTest.DataWithSortedCollectionBuilders
3649 assertThat(data.rawImmutableSortedSet()).containsExactly("Alfa", "Bravo", "Charlie").inOrder(); in shouldGenerateBuildersWithComparators()