Searched refs:modificationError (Results 1 – 1 of 1) sorted by relevance
301 private fun modificationError(): Nothing = error("Cannot modify a state list through an iterator") in modificationError() method466 override fun add(element: T) = modificationError() in listIterator()477 override fun remove() = modificationError() in listIterator()479 override fun set(element: T) = modificationError() in listIterator()