Searched refs:mutableList (Results 1 – 3 of 3) sorted by relevance
69 List<String> mutableList = Lists.newArrayList("789", "123"); in testConvertAllIsView() local70 Iterable<Long> convertedValues = STR_TO_LONG.convertAll(mutableList); in testConvertAllIsView()76 assertEquals(ImmutableList.of("123"), mutableList); in testConvertAllIsView()
212 List<String> mutableList = asList("a", "b"); in testCopyOf_collection_general() local213 list = ImmutableList.copyOf(mutableList); in testCopyOf_collection_general()214 mutableList.set(0, "c"); in testCopyOf_collection_general()
295 List<String> mutableList = asList("a", "b"); in testCopyOf_collection_general() local296 list = ImmutableList.copyOf(mutableList); in testCopyOf_collection_general()297 mutableList.set(0, "c"); in testCopyOf_collection_general()