Uses of Class
io.usethesource.capsule.core.PersistentTrieSetMultimap.AbstractHashCollisionNode
-
Packages that use PersistentTrieSetMultimap.AbstractHashCollisionNode Package Description io.usethesource.capsule.core -
-
Uses of PersistentTrieSetMultimap.AbstractHashCollisionNode in io.usethesource.capsule.core
Subclasses of PersistentTrieSetMultimap.AbstractHashCollisionNode in io.usethesource.capsule.core Modifier and Type Class Description private static class
PersistentTrieSetMultimap.HashCollisionNode<K,V>
Methods in io.usethesource.capsule.core that return PersistentTrieSetMultimap.AbstractHashCollisionNode Modifier and Type Method Description (package private) static <K,V,VS extends Set.Immutable<V>>
PersistentTrieSetMultimap.AbstractHashCollisionNode<K,V>PersistentTrieSetMultimap.AbstractHashCollisionNode. of(int hash, K key0, VS valColl0, K key1, VS valColl1)
-