OverlapKeeper class

Constructors

OverlapKeeper([Map<int, int>? current, Map<int, int>? previous])

Properties

current Map<int, int>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
previous Map<int, int>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getDiff(List<int> additions, List<int> removals) → void
getDiff
getKey(int i, int j) int
getKey
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(int i, int j) → void
set
tick() → void
tick
toString() String
A string representation of this object.
override

Operators

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