Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/collect/
DMapsCollectionTest.java609 private static final Function<String, String> DECODE_FUNCTION = new Function<String, String>() { field in MapsCollectionTest
620 return DECODE_FUNCTION.apply(value);
641 return Maps.transformValues(map, DECODE_FUNCTION); in transformMapSuite()
684 return Maps.transformValues(map, DECODE_FUNCTION); in transformSortedMapSuite()
723 return Maps.transformValues(map, DECODE_FUNCTION); in transformNavigableMapSuite()