Uses of Class
io.usethesource.capsule.core.PersistentTrieSet.AbstractSetNode
Packages that use PersistentTrieSet.AbstractSetNode
-
Uses of PersistentTrieSet.AbstractSetNode in io.usethesource.capsule.core
Subclasses of PersistentTrieSet.AbstractSetNode in io.usethesource.capsule.coreModifier and TypeClassDescriptionprotected static classprotected static classClasses in io.usethesource.capsule.core that implement interfaces with type arguments of type PersistentTrieSet.AbstractSetNodeFields in io.usethesource.capsule.core declared as PersistentTrieSet.AbstractSetNodeModifier and TypeFieldDescriptionprotected PersistentTrieSet.AbstractSetNode<K> PersistentTrieSet.AbstractSetIterator.currentValueNodeMethods in io.usethesource.capsule.core that return PersistentTrieSet.AbstractSetNodeModifier and TypeMethodDescriptionprotected PersistentTrieSet.AbstractSetNode<K> PersistentTrieSet.getRootNode()PersistentTrieSet.CompactSetNode.removed(AtomicReference<Thread> mutator, K key, int keyHash, int shift, SetNodeResult<K> details, EqualityComparator<Object> cmp) PersistentTrieSet.CompactSetNode.updated(AtomicReference<Thread> mutator, K key, int keyHash, int shift, SetNodeResult<K> details, EqualityComparator<Object> cmp) Methods in io.usethesource.capsule.core that return types with arguments of type PersistentTrieSet.AbstractSetNodeModifier and TypeMethodDescriptionabstract ArrayView<PersistentTrieSet.AbstractSetNode<K>> PersistentTrieSet.AbstractSetNode.nodeArray()protected Iterator<PersistentTrieSet.AbstractSetNode<K>> PersistentTrieSet.nodeIterator()