DoubleArrayCacheProvider class
- Inheritance
-
- Object
- ProvidingArrayCache<
double> - DoubleArrayCacheProvider
Constructors
-
DoubleArrayCacheProvider({required int width, required int height, required CacheIndexProvider<
double> provider, double? initialValue, CacheCoordinatePlane coordinatePlane = CacheCoordinatePlane.normal})
Properties
- coordinatePlane → CacheCoordinatePlane
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → int
-
no setterinherited
-
provider
→ CacheIndexProvider<
double> -
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- width → int
-
no setterinherited
Methods
-
get(
int x, int y) → double -
inherited
-
getIndex(
int x, int y) → int -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set(
int x, int y, double v) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited