Uses of Class
io.usethesource.capsule.core.trie.MapNodeResult
-
Packages that use MapNodeResult Package Description io.usethesource.capsule.core io.usethesource.capsule.core.trie -
-
Uses of MapNodeResult in io.usethesource.capsule.core
Methods in io.usethesource.capsule.core with parameters of type MapNodeResult Modifier and Type Method Description PersistentTrieMap.AbstractMapNode<K,V>
PersistentTrieMap.CompactMapNode. removed(java.util.concurrent.atomic.AtomicReference<java.lang.Thread> mutator, K key, int keyHash, int shift, MapNodeResult<K,V> details, EqualityComparator<java.lang.Object> cmp)
PersistentTrieMap.AbstractMapNode<K,V>
PersistentTrieMap.HashCollisionMapNode. removed(java.util.concurrent.atomic.AtomicReference<java.lang.Thread> mutator, K key, int keyHash, int shift, MapNodeResult<K,V> details, EqualityComparator<java.lang.Object> cmp)
PersistentTrieMap.AbstractMapNode<K,V>
PersistentTrieMap.CompactMapNode. updated(java.util.concurrent.atomic.AtomicReference<java.lang.Thread> mutator, K key, V val, int keyHash, int shift, MapNodeResult<K,V> details, EqualityComparator<java.lang.Object> cmp)
PersistentTrieMap.AbstractMapNode<K,V>
PersistentTrieMap.HashCollisionMapNode. updated(java.util.concurrent.atomic.AtomicReference<java.lang.Thread> mutator, K key, V val, int keyHash, int shift, MapNodeResult<K,V> details, EqualityComparator<java.lang.Object> cmp)
-
Uses of MapNodeResult in io.usethesource.capsule.core.trie
Methods in io.usethesource.capsule.core.trie that return MapNodeResult Modifier and Type Method Description static <K,V>
MapNodeResult<K,V>MapNodeResult. unchanged()
Methods in io.usethesource.capsule.core.trie with parameters of type MapNodeResult Modifier and Type Method Description R
MapNode. removed(java.util.concurrent.atomic.AtomicReference<java.lang.Thread> mutator, K key, int keyHash, int shift, MapNodeResult<K,V> details, EqualityComparator<java.lang.Object> cmp)
R
MapNode. updated(java.util.concurrent.atomic.AtomicReference<java.lang.Thread> mutator, K key, V val, int keyHash, int shift, MapNodeResult<K,V> details, EqualityComparator<java.lang.Object> cmp)
-