Class HashArrayMappedTrieModule.LeafSingleton<K,V>

Type Parameters:
K - Key type
V - Value type
All Implemented Interfaces:
HashArrayMappedTrie<K,V>, Serializable, Iterable<Tuple2<K,V>>
Enclosing interface:
HashArrayMappedTrieModule

public static final class HashArrayMappedTrieModule.LeafSingleton<K,V> extends HashArrayMappedTrieModule.LeafNode<K,V> implements Serializable
Representation of a HAMT leaf node with single element.
See Also: