FrameStackHashMap<K, V> class

A hashmap that is cleared every time frame is updated.

Constructors

FrameStackHashMap()
A hashmap that is cleared every time frame is updated.

Properties

frame double?
Unique ID of the current frame of the map entries.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state HashMap<K, V>
Current state of entries for this frame
getter/setter pair

Methods

clear() → void
Removes all entries from the map.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
putIfAbsent(double frame, K key, V ifAbsent()) → V
If frame doens't change, look up the value of key, or add a new entry if it isn't there. In other way removes all entries from the map.
toString() String
A string representation of this object.
inherited

Operators

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