Uses of Class
io.vavr.collection.HashArrayMappedTrieModule.LeafNode
Packages that use HashArrayMappedTrieModule.LeafNode
-
Uses of HashArrayMappedTrieModule.LeafNode in io.vavr.collection
Subclasses of HashArrayMappedTrieModule.LeafNode in io.vavr.collectionModifier and TypeClassDescriptionstatic final class
Representation of a HAMT leaf node with more than one element.static final class
Representation of a HAMT leaf node with single element.Fields in io.vavr.collection declared as HashArrayMappedTrieModule.LeafNodeModifier and TypeFieldDescriptionprivate final HashArrayMappedTrieModule.LeafNode
<K, V> HashArrayMappedTrieModule.LeafList.tail
Methods in io.vavr.collection that return HashArrayMappedTrieModule.LeafNodeModifier and TypeMethodDescriptionprotected HashArrayMappedTrieModule.LeafNode
<K, V> HashArrayMappedTrieModule.LeafNodeIterator.getNext()
Methods in io.vavr.collection that return types with arguments of type HashArrayMappedTrieModule.LeafNodeModifier and TypeMethodDescription(package private) Iterator
<HashArrayMappedTrieModule.LeafNode<K, V>> HashArrayMappedTrieModule.AbstractNode.nodes()
HashArrayMappedTrieModule.EmptyNode.nodes()
HashArrayMappedTrieModule.LeafList.nodes()
HashArrayMappedTrieModule.LeafSingleton.nodes()
Methods in io.vavr.collection with parameters of type HashArrayMappedTrieModule.LeafNodeModifier and TypeMethodDescription(package private) static <K,
V> HashArrayMappedTrieModule.AbstractNode <K, V> HashArrayMappedTrieModule.LeafNode.mergeLeaves
(int shift, HashArrayMappedTrieModule.LeafNode<K, V> leaf1, HashArrayMappedTrieModule.LeafSingleton<K, V> leaf2) private static <K,
V> HashArrayMappedTrieModule.AbstractNode <K, V> HashArrayMappedTrieModule.LeafList.mergeNodes
(HashArrayMappedTrieModule.LeafNode<K, V> leaf1, HashArrayMappedTrieModule.LeafNode<K, V> leaf2) Constructors in io.vavr.collection with parameters of type HashArrayMappedTrieModule.LeafNode