public class CategoryEncoderUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Map<K,V> |
toTransformedMap(Map<?,?> map,
com.google.common.base.Function<Object,K> keyFunction,
com.google.common.base.Function<Object,V> valueFunction) |
Copyright © 2024. All rights reserved.