map property

FastMap<int, CallbackWithReturn<CallbackInputType, CallbackReturnType>> map
final

Internal storage for registered callbacks.

Maps callback hashCodes to callback instances for O(1) lookup and removal.

Implementation

final FastMap<int, CallbackWithReturn<CallbackInputType, CallbackReturnType>>
    map;