Uses of Interface
io.usethesource.capsule.Map.Transient
-
Packages that use Map.Transient Package Description io.usethesource.capsule io.usethesource.capsule.core io.usethesource.capsule.util.collection -
-
Uses of Map.Transient in io.usethesource.capsule
Methods in io.usethesource.capsule that return Map.Transient Modifier and Type Method Description Map.Transient<K,V>
Map.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.Transient Modifier and Type Class Description (package private) static class
PersistentTrieMap.TransientTrieMap<K,V>
Methods in io.usethesource.capsule.core that return Map.Transient Modifier and Type Method Description Map.Transient<K,V>
PersistentTrieMap. asTransient()
static <K,V>
Map.Transient<K,V>PersistentTrieMap. transientOf()
static <K,V>
Map.Transient<K,V>PersistentTrieMap. transientOf(java.lang.Object... keyValuePairs)
-
Uses of Map.Transient in io.usethesource.capsule.util.collection
Methods in io.usethesource.capsule.util.collection that return Map.Transient Modifier and Type Method Description Map.Transient<K,V>
Map0. asTransient()
Map.Transient<K,V>
Map1. asTransient()
Map.Transient<K,V>
Map2. asTransient()
Map.Transient<K,V>
Map3. asTransient()
Map.Transient<K,V>
Map4. asTransient()
Map.Transient<K,V>
Map5. asTransient()
-