MultiKey class
A composite grouping key built from several selector values.
A raw List cannot be a Map key because lists use identity equality —
two lists with equal contents are different keys. MultiKey gives the
tuple value equality (element-wise) and a matching hash, so grouping by
(country, year) collapses every row with the same pair into one bucket.
- Annotations
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override