Header menu logo FSharp.Data.Adaptive

HashMapDelta<'K, 'V> Type

Represents the difference of two HashMaps.

Constructors

Constructor Description

HashMapDelta(store)

Full Usage: HashMapDelta(store)

Parameters:
Returns: HashMapDelta<'K, 'V>
store : HashMap<'K, ElementOperation<'V>>
Returns: HashMapDelta<'K, 'V>

Instance members

Instance member Description

this.Combine

Full Usage: this.Combine

Parameters:
Returns: HashMapDelta<'K, 'V>

Combines two DHashMaps to one.

other : HashMapDelta<'K, 'V>
Returns: HashMapDelta<'K, 'V>

this.Count

Full Usage: this.Count

Returns: int
Returns: int

this.GetEnumerator

Full Usage: this.GetEnumerator

Returns: HashMapEnumerator<'K, ElementOperation<'V>, ('K * ElementOperation<'V>)>
Returns: HashMapEnumerator<'K, ElementOperation<'V>, ('K * ElementOperation<'V>)>

this.IsEmpty

Full Usage: this.IsEmpty

Returns: bool
Returns: bool

Static members

Static member Description

HashMapDelta.Empty

Full Usage: HashMapDelta.Empty

Returns: HashMapDelta<'K, 'V>

The empty map.

Returns: HashMapDelta<'K, 'V>

Type something to start searching.