ConcurrentModificationError 类
在迭代集合时发生的错误。
某些集合可能允许进行某些修改,因此每个集合(或类似的值集合集合:Iterable 或类似)应在迭代期间声明允许的操作。
构造函数
- ConcurrentModificationError([Object? modifiedObject])
属性
- hashCode → int
- 此对象的哈希码。no setterinherited
- modifiedObject → Object?
- 在不兼容的方式中被修改的对象。final
- runtimeType → Type
- 对象运行时类型的表示。no setterinherited
- stackTrace → StackTrace?
- 此错误首次抛出时的堆栈跟踪。no setterinherited
方法
-
noSuchMethod(
Invocation invocation) → dynamic - 当访问不存在的方法或属性时调用。inherited
-
toString(
) → String - 此对象的字符串表示。override
运算符
-
operator ==(
Object other) → bool - 相等运算符。inherited