Package io.vavr.collection
Interface HashArrayMappedTrieModule
-
interface HashArrayMappedTrieModule
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classHashArrayMappedTrieModule.AbstractNode<K,V>An abstract base class for nodes of a HAMT.static classHashArrayMappedTrieModule.Actionstatic classHashArrayMappedTrieModule.ArrayNode<K,V>Representation of a HAMT array node.static classHashArrayMappedTrieModule.EmptyNode<K,V>The empty node.static classHashArrayMappedTrieModule.IndexedNode<K,V>Representation of a HAMT indexed node.static classHashArrayMappedTrieModule.LeafList<K,V>Representation of a HAMT leaf node with more than one element.static classHashArrayMappedTrieModule.LeafNode<K,V>Representation of a HAMT leaf.static classHashArrayMappedTrieModule.LeafNodeIterator<K,V>static classHashArrayMappedTrieModule.LeafSingleton<K,V>Representation of a HAMT leaf node with single element.
-