Uses of Interface
io.usethesource.capsule.core.trie.SetNodeResult
-
Packages that use SetNodeResult Package Description io.usethesource.capsule.core io.usethesource.capsule.core.trie -
-
Uses of SetNodeResult in io.usethesource.capsule.core
Methods in io.usethesource.capsule.core with parameters of type SetNodeResult Modifier and Type Method Description PersistentTrieSet.AbstractSetNode<K>
PersistentTrieSet.CompactSetNode. removed(java.util.concurrent.atomic.AtomicReference<java.lang.Thread> mutator, K key, int keyHash, int shift, SetNodeResult<K> details, EqualityComparator<java.lang.Object> cmp)
PersistentTrieSet.AbstractSetNode<K>
PersistentTrieSet.HashCollisionSetNode. removed(java.util.concurrent.atomic.AtomicReference<java.lang.Thread> mutator, K key, int keyHash, int shift, SetNodeResult<K> details, EqualityComparator<java.lang.Object> cmp)
PersistentTrieSet.AbstractSetNode<K>
PersistentTrieSet.CompactSetNode. updated(java.util.concurrent.atomic.AtomicReference<java.lang.Thread> mutator, K key, int keyHash, int shift, SetNodeResult<K> details, EqualityComparator<java.lang.Object> cmp)
PersistentTrieSet.AbstractSetNode<K>
PersistentTrieSet.HashCollisionSetNode. updated(java.util.concurrent.atomic.AtomicReference<java.lang.Thread> mutator, K key, int keyHash, int shift, SetNodeResult<K> details, EqualityComparator<java.lang.Object> cmp)
-
Uses of SetNodeResult in io.usethesource.capsule.core.trie
Classes in io.usethesource.capsule.core.trie that implement SetNodeResult Modifier and Type Class Description class
SetNodeResultImpl<K>
Methods in io.usethesource.capsule.core.trie that return SetNodeResult Modifier and Type Method Description static <K> SetNodeResult<K>
SetNodeResult. unchanged()
Methods in io.usethesource.capsule.core.trie with parameters of type SetNodeResult Modifier and Type Method Description R
SetNode. removed(java.util.concurrent.atomic.AtomicReference<java.lang.Thread> mutator, K key, int keyHash, int shift, SetNodeResult<K> details, EqualityComparator<java.lang.Object> cmp)
R
SetNode. updated(java.util.concurrent.atomic.AtomicReference<java.lang.Thread> mutator, K key, int keyHash, int shift, SetNodeResult<K> details, EqualityComparator<java.lang.Object> cmp)
-