Class SetLeaf<T extends ACell>

java.lang.Object
Type Parameters:
T - Type of values
All Implemented Interfaces:
IAssociative<T,CVMBool>, IValidated, IWriteable, Iterable<T>, Collection<T>, Set<T>

public class SetLeaf<T extends ACell> extends AHashSet<T>
Limited size Persistent Merkle Set implemented as a small sorted list of Values Must be sorted by Key hash value to ensure uniqueness of representation