Uses of Class
develop.toolkit.base.struct.KeyValuePair
Packages that use KeyValuePair
-
Uses of KeyValuePair in develop.toolkit.base.struct
Methods in develop.toolkit.base.struct that return KeyValuePairModifier and TypeMethodDescriptionstatic <K,V> KeyValuePair<K, V> 从Entry初始化static <K,V> KeyValuePair<K, V> KeyValuePair.of(K key, V value) 带值初始化static <T> KeyValuePair<T,T> KeyValuePair.of(T[] objs) Methods in develop.toolkit.base.struct with parameters of type KeyValuePairModifier and TypeMethodDescriptionstatic <K,V> KeyValuePairs<K, V> KeyValuePairs.of(KeyValuePair<K, V>... keyValuePairArray) 带值初始化Method parameters in develop.toolkit.base.struct with type arguments of type KeyValuePairModifier and TypeMethodDescriptionstatic <K,V> KeyValuePairs<K, V> KeyValuePairs.of(Collection<KeyValuePair<K, V>> keyValuePairCollection) 带值初始化 -
Uses of KeyValuePair in develop.toolkit.base.utils
Methods in develop.toolkit.base.utils with parameters of type KeyValuePairModifier and TypeMethodDescriptionstatic Object[]JacksonAdvice.deserializeValues(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.JsonNode rootNode, KeyValuePair<String, Class<?>>... expressionValues)