Uses of Class
io.usethesource.capsule.core.PersistentTrieSetMultimap
Packages that use PersistentTrieSetMultimap
-
Uses of PersistentTrieSetMultimap in io.usethesource.capsule.core
Fields in io.usethesource.capsule.core declared as PersistentTrieSetMultimapModifier and TypeFieldDescriptionprivate static final PersistentTrieSetMultimapPersistentTrieSetMultimap.EMPTY_SETMULTIMAPMethods in io.usethesource.capsule.core that return PersistentTrieSetMultimapModifier and TypeMethodDescriptionprotected final PersistentTrieSetMultimap<K, V> PersistentTrieSetMultimap.wrap(EqualityComparator<Object> cmp, PersistentTrieSetMultimap.AbstractSetMultimapNode<K, V> rootNode, int cachedSize, int keySetHashCode, int keySetSize) Constructors in io.usethesource.capsule.core with parameters of type PersistentTrieSetMultimapModifierConstructorDescription(package private)TransientTrieSetMultimap(PersistentTrieSetMultimap<K, V> trieSetMultimap)