ConcurrentModificationError

在迭代过程中修改集合时发生错误。

某些集合可能允许进行一些修改,因此每个集合(如 Iterable 或类似值的集合)应声明在迭代期间允许哪些操作。

继承

构造函数

ConcurrentModificationError([Object? modifiedObject])

属性

hashCode int
此对象的哈希码。
无设置器继承
modifiedObject Object?
以不兼容方式修改的对象。
final
runtimeType Type
对象的运行时类型的表示。
无设置器继承
stackTrace StackTrace?
首次抛出此错误时的堆栈跟踪。
无设置器继承

方法

noSuchMethod(Invocation invocation) → dynamic
当访问不存在的方法或属性时调用。
继承
toString() String
此对象的字符串表示。
覆盖

运算符

operator ==(Object other) bool
等号运算符。
继承