ISortedSetConst

Description

interface Tinman.Core.Collections.ISortedSetConst<T>

Derived from

IBagConst<T>

Extended by

ISortedSet

Base interface for immutable sets that store their elements in order.

Public / Attributes

Maximum


public attribute Maximum → (get)

value : T

The maximum element.

Returns the maximum element of this set.

Minimum


public attribute Minimum → (get)

value : T

The minimum element.

Returns the minimum element of this set.