Uses of Interface
cloud.opencode.base.collections.BiMap
Packages that use BiMap
-
Uses of BiMap in cloud.opencode.base.collections
Classes in cloud.opencode.base.collections that implement BiMapModifier and TypeClassDescriptionclassHashBiMap<K,V> HashBiMap - Hash-based BiMap Implementation HashBiMap - 基于哈希的双向映射实现Methods in cloud.opencode.base.collections that return BiMapModifier and TypeMethodDescriptionBiMap.inverse()Return the inverse view of this bimap.HashBiMap.inverse()static <K,V> BiMap <K, V> MapUtil.synchronizedBiMap(BiMap<K, V> bimap) Create a synchronized BiMap wrapper.static <K,V> BiMap <K, V> MapUtil.unmodifiableBiMap(BiMap<? extends K, ? extends V> bimap) Create an unmodifiable BiMap wrapper.Methods in cloud.opencode.base.collections with parameters of type BiMapModifier and TypeMethodDescriptionstatic <K,V> BiMap <K, V> MapUtil.synchronizedBiMap(BiMap<K, V> bimap) Create a synchronized BiMap wrapper.static <K,V> BiMap <K, V> MapUtil.unmodifiableBiMap(BiMap<? extends K, ? extends V> bimap) Create an unmodifiable BiMap wrapper.