Uses of Interface
io.vavr.collection.HashArrayMappedTrie
Packages that use HashArrayMappedTrie
-
Uses of HashArrayMappedTrie in io.vavr.collection
Classes in io.vavr.collection that implement HashArrayMappedTrieModifier and TypeClassDescriptionstatic class
An abstract base class for nodes of a HAMT.static final class
Representation of a HAMT array node.static final class
The empty node.static final class
Representation of a HAMT indexed node.static final class
Representation of a HAMT leaf node with more than one element.static class
Representation of a HAMT leaf.static final class
Representation of a HAMT leaf node with single element.Fields in io.vavr.collection declared as HashArrayMappedTrieModifier and TypeFieldDescriptionprivate HashArrayMappedTrie
<T, T> HashSet.SerializationProxy.tree
private final HashArrayMappedTrie
<T, T> HashSet.tree
private final HashArrayMappedTrie
<K, V> HashMap.trie
Methods in io.vavr.collection that return HashArrayMappedTrieModifier and TypeMethodDescriptionprivate static <T> HashArrayMappedTrie
<T, T> HashSet.addAll
(HashArrayMappedTrie<T, T> initial, Iterable<? extends T> additional) static <K,
V> HashArrayMappedTrie <K, V> HashArrayMappedTrie.empty()
Methods in io.vavr.collection with parameters of type HashArrayMappedTrieModifier and TypeMethodDescriptionprivate static <T> HashArrayMappedTrie
<T, T> HashSet.addAll
(HashArrayMappedTrie<T, T> initial, Iterable<? extends T> additional) private static <K,
V> HashMap <K, V> HashMap.wrap
(HashArrayMappedTrie<K, V> trie) Constructors in io.vavr.collection with parameters of type HashArrayMappedTrieModifierConstructorDescriptionprivate
HashMap
(HashArrayMappedTrie<K, V> trie) private
HashSet
(HashArrayMappedTrie<T, T> tree) (package private)
SerializationProxy
(HashArrayMappedTrie<T, T> tree) Constructor for the case of serialization, called byHashSet.writeReplace()
.