SetConstBase

Description

abstract class Tinman.Core.Collections.SetConstBase<T>

Derived from

BagConstBase<T> abstract
ISetConst<T>

Extended by

EmptySet
MapConstBase abstract

Abstract base class for ISetConst implementations.

Protected / Constructors

Set​Const​Base


protected constructor SetConstBase → (2)

equals opt : EqualsDelegate<T> = null

The equality delegate or null.

compare opt : CompareDelegate<T> = null

The compare delegate or null.

Creates a new instance of SetConstBase.