FastLookupTable<T> class
Fixed-size list based lookup table, optimized for small positive integer keys.
Constructors
-
FastLookupTable.new(Map<
int, T> data) - UncompleteDocumentation
Properties
Methods
-
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
-
operator [](
int index) → T? - UncompleteDocumentation