Uses of Class
develop.toolkit.base.struct.KeyValuePairs
Packages that use KeyValuePairs
Package
Description
-
Uses of KeyValuePairs in develop.toolkit.base.components
Methods in develop.toolkit.base.components that return KeyValuePairs -
Uses of KeyValuePairs in develop.toolkit.base.struct
Methods in develop.toolkit.base.struct that return KeyValuePairsModifier and TypeMethodDescriptionstatic <K,V> KeyValuePairs<K, V> 从Map转化static <K,V> KeyValuePairs<K, V> KeyValuePairs.of(KeyValuePair<K, V>... keyValuePairArray) 带值初始化static <K,V> KeyValuePairs<K, V> KeyValuePairs.of(Collection<KeyValuePair<K, V>> keyValuePairCollection) 带值初始化 -
Uses of KeyValuePairs in develop.toolkit.base.utils
Methods in develop.toolkit.base.utils that return KeyValuePairsModifier and TypeMethodDescriptionstatic <E,T> KeyValuePairs<E, T> ArrayAdvice.associateOne(E[] master, T[] target, BiPredicate<E, T> predicate) 关联 (明确是单个的) 将集合target按条件与集合master配对static <E,T> KeyValuePairs<E, T> CollectionAdvice.associateOne(Collection<E> master, Collection<T> target, BiPredicate<E, T> predicate) 关联 (明确是单个的) 将集合target按条件与集合master配对