Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/base/
DConverterTest.java64 Iterable<Long> convertedValues = STR_TO_LONG.convertAll(STRINGS); in testConverter()
70 Iterable<Long> convertedValues = STR_TO_LONG.convertAll(mutableList); in testConvertAllIsView()
85 Iterable<String> convertedValues = reverseConverter.convertAll(LONGS); in testReverse()
/external/guava/guava/src/com/google/common/base/
DConverter.java178 public Iterable<B> convertAll(final Iterable<? extends A> fromIterable) { in convertAll() method in Converter