Searched refs:DECODE_FUNCTION (Results 1 – 1 of 1) sorted by relevance
609 private static final Function<String, String> DECODE_FUNCTION = new Function<String, String>() { field in MapsCollectionTest620 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()