TTMultiMapListEquality<V> class

An equality between TTMultiMapListEquality instances.

Constructors

TTMultiMapListEquality()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

equals(TTMultiMapList<V> e1, TTMultiMapList<V> e2, {bool strict = false}) bool
If strict is true then compares exact structure. If strict is false then compares keys, values and node marking.
hash(TTMultiMapList<V> e) int
Creates a combined hash code for a number of objects.
override
isValidKey(Object? o) bool
Test whether an object is a valid argument to equals and hash.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited