entries 属性

Iterable<MapEntry<K, V>> entries
重写

该映射的条目。

实现

Iterable<MapEntry<K, V>> get entries =>
    _SplayTreeMapEntryIterable<K, V>(this);