[][src]Module nimiq_collections::limit_hash_set

Structs

Difference

A lazy iterator producing elements in the difference of LimitHashSets.

Intersection

A lazy iterator producing elements in the intersection of LimitHashSets.

LimitHashSet

A hash set implemented as UniqueLinkedList that has a limit on the number of elements.

SymmetricDifference

A lazy iterator producing elements in the symmetric difference of LimitHashSets.

Union

A lazy iterator producing elements in the union of LimitHashSets.