Class HashArrayMappedTrieModule.LeafNode<K,V>

java.lang.Object
io.vavr.collection.HashArrayMappedTrieModule.AbstractNode<K,V>
io.vavr.collection.HashArrayMappedTrieModule.LeafNode<K,V>
Type Parameters:
K - Key type
V - Value type
All Implemented Interfaces:
HashArrayMappedTrie<K,V>, Serializable, Iterable<Tuple2<K,V>>
Direct Known Subclasses:
HashArrayMappedTrieModule.LeafList, HashArrayMappedTrieModule.LeafSingleton
Enclosing interface:
HashArrayMappedTrieModule

public abstract static class HashArrayMappedTrieModule.LeafNode<K,V> extends HashArrayMappedTrieModule.AbstractNode<K,V>
Representation of a HAMT leaf.
See Also: