Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/base/
DConverterTest.java69 List<String> mutableList = Lists.newArrayList("789", "123"); in testConvertAllIsView() local
70 Iterable<Long> convertedValues = STR_TO_LONG.convertAll(mutableList); in testConvertAllIsView()
76 assertEquals(ImmutableList.of("123"), mutableList); in testConvertAllIsView()
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DImmutableListTest.java212 List<String> mutableList = asList("a", "b"); in testCopyOf_collection_general() local
213 list = ImmutableList.copyOf(mutableList); in testCopyOf_collection_general()
214 mutableList.set(0, "c"); in testCopyOf_collection_general()
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableListTest.java295 List<String> mutableList = asList("a", "b"); in testCopyOf_collection_general() local
296 list = ImmutableList.copyOf(mutableList); in testCopyOf_collection_general()
297 mutableList.set(0, "c"); in testCopyOf_collection_general()