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 classAn abstract base class for nodes of a HAMT.static final classRepresentation of a HAMT array node.static final classThe empty node.static final classRepresentation of a HAMT indexed node.static final classRepresentation of a HAMT leaf node with more than one element.static classRepresentation of a HAMT leaf.static final classRepresentation of a HAMT leaf node with single element.Fields in io.vavr.collection declared as HashArrayMappedTrieModifier and TypeFieldDescriptionprivate HashArrayMappedTrie<T, T> HashSet.SerializationProxy.treeprivate final HashArrayMappedTrie<T, T> HashSet.treeprivate final HashArrayMappedTrie<K, V> HashMap.trieMethods 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 HashArrayMappedTrieModifierConstructorDescriptionprivateHashMap(HashArrayMappedTrie<K, V> trie) privateHashSet(HashArrayMappedTrie<T, T> tree) (package private)SerializationProxy(HashArrayMappedTrie<T, T> tree) Constructor for the case of serialization, called byHashSet.writeReplace().