Uses of Interface
cloud.opencode.base.collections.MapUtil.EntryTransformer
Packages that use MapUtil.EntryTransformer
-
Uses of MapUtil.EntryTransformer in cloud.opencode.base.collections
Methods in cloud.opencode.base.collections with parameters of type MapUtil.EntryTransformerModifier and TypeMethodDescriptionstatic <K,V1, V2> Map <K, V2> MapUtil.transformEntries(Map<K, V1> fromMap, MapUtil.EntryTransformer<? super K, ? super V1, V2> transformer) Return a view with transformed entries 转换条目视图