Uses of Class
io.usethesource.capsule.core.PersistentTrieMap.CompactMapNode
Packages that use PersistentTrieMap.CompactMapNode
-
Uses of PersistentTrieMap.CompactMapNode in io.usethesource.capsule.core
Subclasses of PersistentTrieMap.CompactMapNode in io.usethesource.capsule.coreModifier and TypeClassDescriptionprivate static final class
protected static class
private static final class
Fields in io.usethesource.capsule.core declared as PersistentTrieMap.CompactMapNodeModifier and TypeFieldDescriptionprivate static final PersistentTrieMap.CompactMapNode
PersistentTrieMap.EMPTY_NODE
Methods in io.usethesource.capsule.core that return PersistentTrieMap.CompactMapNodeModifier and TypeMethodDescription(package private) PersistentTrieMap.CompactMapNode
<K, V> PersistentTrieMap.BitmapIndexedMapNode.copyAndInsertValue
(AtomicReference<Thread> mutator, int bitpos, K key, V val) (package private) abstract PersistentTrieMap.CompactMapNode
<K, V> PersistentTrieMap.CompactMapNode.copyAndInsertValue
(AtomicReference<Thread> mutator, int bitpos, K key, V val) (package private) PersistentTrieMap.CompactMapNode
<K, V> PersistentTrieMap.HashCollisionMapNode.copyAndInsertValue
(AtomicReference<Thread> mutator, int bitpos, K key, V val) (package private) PersistentTrieMap.CompactMapNode
<K, V> PersistentTrieMap.BitmapIndexedMapNode.copyAndMigrateFromInlineToNode
(AtomicReference<Thread> mutator, int bitpos, PersistentTrieMap.AbstractMapNode<K, V> node) (package private) abstract PersistentTrieMap.CompactMapNode
<K, V> PersistentTrieMap.CompactMapNode.copyAndMigrateFromInlineToNode
(AtomicReference<Thread> mutator, int bitpos, PersistentTrieMap.AbstractMapNode<K, V> node) (package private) PersistentTrieMap.CompactMapNode
<K, V> PersistentTrieMap.HashCollisionMapNode.copyAndMigrateFromInlineToNode
(AtomicReference<Thread> mutator, int bitpos, PersistentTrieMap.AbstractMapNode<K, V> node) (package private) PersistentTrieMap.CompactMapNode
<K, V> PersistentTrieMap.BitmapIndexedMapNode.copyAndMigrateFromNodeToInline
(AtomicReference<Thread> mutator, int bitpos, PersistentTrieMap.AbstractMapNode<K, V> node) (package private) abstract PersistentTrieMap.CompactMapNode
<K, V> PersistentTrieMap.CompactMapNode.copyAndMigrateFromNodeToInline
(AtomicReference<Thread> mutator, int bitpos, PersistentTrieMap.AbstractMapNode<K, V> node) (package private) PersistentTrieMap.CompactMapNode
<K, V> PersistentTrieMap.HashCollisionMapNode.copyAndMigrateFromNodeToInline
(AtomicReference<Thread> mutator, int bitpos, PersistentTrieMap.AbstractMapNode<K, V> node) (package private) PersistentTrieMap.CompactMapNode
<K, V> PersistentTrieMap.BitmapIndexedMapNode.copyAndRemoveValue
(AtomicReference<Thread> mutator, int bitpos) (package private) abstract PersistentTrieMap.CompactMapNode
<K, V> PersistentTrieMap.CompactMapNode.copyAndRemoveValue
(AtomicReference<Thread> mutator, int bitpos) (package private) PersistentTrieMap.CompactMapNode
<K, V> PersistentTrieMap.HashCollisionMapNode.copyAndRemoveValue
(AtomicReference<Thread> mutator, int bitpos) (package private) PersistentTrieMap.CompactMapNode
<K, V> PersistentTrieMap.BitmapIndexedMapNode.copyAndSetNode
(AtomicReference<Thread> mutator, int bitpos, PersistentTrieMap.AbstractMapNode<K, V> node) (package private) abstract PersistentTrieMap.CompactMapNode
<K, V> PersistentTrieMap.CompactMapNode.copyAndSetNode
(AtomicReference<Thread> mutator, int bitpos, PersistentTrieMap.AbstractMapNode<K, V> node) (package private) PersistentTrieMap.CompactMapNode
<K, V> PersistentTrieMap.HashCollisionMapNode.copyAndSetNode
(AtomicReference<Thread> mutator, int bitpos, PersistentTrieMap.AbstractMapNode<K, V> node) (package private) PersistentTrieMap.CompactMapNode
<K, V> PersistentTrieMap.BitmapIndexedMapNode.copyAndSetValue
(AtomicReference<Thread> mutator, int bitpos, V val) (package private) abstract PersistentTrieMap.CompactMapNode
<K, V> PersistentTrieMap.CompactMapNode.copyAndSetValue
(AtomicReference<Thread> mutator, int bitpos, V val) (package private) PersistentTrieMap.CompactMapNode
<K, V> PersistentTrieMap.HashCollisionMapNode.copyAndSetValue
(AtomicReference<Thread> mutator, int bitpos, V val) (package private) PersistentTrieMap.CompactMapNode
<K, V> PersistentTrieMap.BitmapIndexedMapNode.getNode
(int index) (package private) abstract PersistentTrieMap.CompactMapNode
<K, V> PersistentTrieMap.CompactMapNode.getNode
(int index) PersistentTrieMap.HashCollisionMapNode.getNode
(int index) (package private) static final <K,
V> PersistentTrieMap.CompactMapNode <K, V> PersistentTrieMap.CompactMapNode.mergeTwoKeyValPairs
(K key0, V val0, int keyHash0, K key1, V val1, int keyHash1, int shift) (package private) PersistentTrieMap.CompactMapNode
<K, V> PersistentTrieMap.CompactMapNode.nodeAt
(int bitpos) (package private) static final <K,
V> PersistentTrieMap.CompactMapNode <K, V> PersistentTrieMap.CompactMapNode.nodeOf
(AtomicReference<Thread> mutator) (package private) static final <K,
V> PersistentTrieMap.CompactMapNode <K, V> PersistentTrieMap.CompactMapNode.nodeOf
(AtomicReference<Thread> mutator, int nodeMap, int dataMap, Object[] nodes) (package private) static final <K,
V> PersistentTrieMap.CompactMapNode <K, V> PersistentTrieMap.CompactMapNode.nodeOf
(AtomicReference<Thread> mutator, int nodeMap, int dataMap, K key, V val)