Class MapLeaf<K extends ACell,V extends ACell>

java.lang.Object
Type Parameters:
K - Type of keys
V - Type of values
All Implemented Interfaces:
IAssociative<K,V>, IValidated, IWriteable, Map<K,V>

public class MapLeaf<K extends ACell,V extends ACell> extends AHashMap<K,V>
Limited size Persistent Merkle Map implemented as a small sorted list of Key/Value pairs Must be sorted by Key hash value to ensure uniqueness of representation