Class HashArrayMappedTrieModule.IndexedNode<K,V>

java.lang.Object
io.vavr.collection.HashArrayMappedTrieModule.AbstractNode<K,V>
io.vavr.collection.HashArrayMappedTrieModule.IndexedNode<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.IndexedNode<K,V> extends HashArrayMappedTrieModule.AbstractNode<K,V> implements Serializable
Representation of a HAMT indexed node.
See Also: