Uses of Class
io.usethesource.capsule.core.PersistentTrieMap.AbstractMapNode
Packages that use PersistentTrieMap.AbstractMapNode
-
Uses of PersistentTrieMap.AbstractMapNode in io.usethesource.capsule.core
Subclasses of PersistentTrieMap.AbstractMapNode in io.usethesource.capsule.coreModifier and TypeClassDescriptionprotected static classprotected static classFields in io.usethesource.capsule.core declared as PersistentTrieMap.AbstractMapNodeModifier and TypeFieldDescriptionprotected PersistentTrieMap.AbstractMapNode<K, V> PersistentTrieMap.AbstractMapIterator.currentValueNodeprotected PersistentTrieMap.AbstractMapNode<K, V> PersistentTrieMap.AbstractMapIterator.currentValueNodeprotected PersistentTrieMap.AbstractMapNode<K, V> PersistentTrieMap.AbstractMapIterator.currentValueNodeMethods in io.usethesource.capsule.core that return PersistentTrieMap.AbstractMapNodeModifier and TypeMethodDescriptionprotected PersistentTrieMap.AbstractMapNode<K, V> PersistentTrieMap.getRootNode()PersistentTrieMap.CompactMapNode.removed(AtomicReference<Thread> mutator, K key, int keyHash, int shift, MapNodeResult<K, V> details, EqualityComparator<Object> cmp) PersistentTrieMap.CompactMapNode.updated(AtomicReference<Thread> mutator, K key, V val, int keyHash, int shift, MapNodeResult<K, V> details, EqualityComparator<Object> cmp) Methods in io.usethesource.capsule.core that return types with arguments of type PersistentTrieMap.AbstractMapNodeModifier and TypeMethodDescriptionabstract ArrayView<PersistentTrieMap.AbstractMapNode<K, V>> PersistentTrieMap.AbstractMapNode.nodeArray()protected Iterator<PersistentTrieMap.AbstractMapNode<K, V>> PersistentTrieMap.nodeIterator()