different between iterator vs mutating

iterator

English

Etymology

iterate +? -or

Pronunciation

Noun

iterator (plural iterators)

  1. One which iterates.
  2. (computing) A method capable of performing the same action on every item in a collection.

Hyponyms

  • (computing): lazy iterator

Translations

References

  • iterator on Wikipedia.Wikipedia

Latin

Verb

iter?tor

  1. second-person singular future passive imperative of iter?
  2. third-person singular future passive imperative of iter?

iterator From the web:

  • what iterator can throw a concurrentmodificationexception
  • what iterator in java
  • what iterator does in java
  • what is meant by iterator
  • what iterator does
  • what is iterator in python
  • what is iterator in c++
  • what is iterator and generator in python


mutating

English

Verb

mutating

  1. present participle of mutate

Adjective

mutating (not comparable)

  1. Causing or tending to cause mutation.
    The mutating process that cells undergo can lead to cancer.
    std::sort is a mutating algorithm.
  2. (programming, of an object) Having the ability to make changes to data other than its makeup.
    The begin() member of std::string returns a mutating iterator.

mutating From the web:

  • what mutation causes sickle cell anemia
  • what mutation causes cystic fibrosis
  • what mutation causes down syndrome
  • what mutation is sickle cell anemia
  • what mutation causes huntington's disease
  • what mutation causes tay sachs disease
  • what mutation causes albinism
  • what mutation causes color blindness
+1
Share
Pin
Like
Send
Share

you may also like