Uses of Interface
io.usethesource.capsule.Map.Transient
Packages that use Map.Transient
Package
Description
-
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
Classes in io.usethesource.capsule.core that implement Map.TransientModifier and TypeClassDescription(package private) static final class
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) -
Uses of Map.Transient in io.usethesource.capsule.util.collection
Methods in io.usethesource.capsule.util.collection that return Map.TransientModifier and TypeMethodDescriptionMap0.asTransient()
Map1.asTransient()
Map2.asTransient()
Map3.asTransient()
Map4.asTransient()
Map5.asTransient()