Uses of Interface
io.usethesource.capsule.Map.Transient
Packages that use Map.Transient
-
Uses of Map.Transient in io.usethesource.capsule
Methods in io.usethesource.capsule that return Map.TransientModifier and TypeMethodDescriptionMap.Immutable.asTransient()static <K,V> Map.Transient <K, V> Map.Transient.of()static <K,V> Map.Transient <K, V> Map.Transient.of(K key0, V value0) static <K,V> Map.Transient <K, V> Map.Transient.of(K key0, V value0, K key1, V value1) static <K,V> Map.Transient <K, V> Map.Transient.of(K key0, V value0, K key1, V value1, K key2, V value2) static <K,V> Map.Transient <K, V> Map.Transient.of(K key0, V value0, K key1, V value1, K key2, V value2, K key3, V value3) static <K,V> Map.Transient <K, V> Map.Transient.of(K key0, V value0, K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4) static <K,V> Map.Transient <K, V> Map.Transient.of(K key0, V value0, K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4, K key5, V value5) -
Uses of Map.Transient in io.usethesource.capsule.core
Methods in io.usethesource.capsule.core that return Map.TransientModifier and TypeMethodDescriptionPersistentTrieMap.asTransient()static final <K,V> Map.Transient <K, V> PersistentTrieMap.transientOf()static final <K,V> Map.Transient <K, V> PersistentTrieMap.transientOf(Object... keyValuePairs)