IntArrayCacheProvider class

Inheritance

Constructors

IntArrayCacheProvider({required int width, required int height, required CacheIndexProvider<int> provider, int? 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<int>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int
no setterinherited

Methods

get(int x, int y) int
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, int v) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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