PriorityMap
A map that maintains the order of values based on priority, insertion order, and key comparison.
Since
3.0.0
Parameters
<K>
the type of keys maintained by this map
<V>
the type of mapped values
A map that maintains the order of values based on priority, insertion order, and key comparison.
3.0.0
the type of keys maintained by this map
the type of mapped values