ホームページ  >  に質問  >  本文

java - not to keep references to the objects from this iterator ?

Be careful not to keep references to the objects from this iterator.
To improve GC performance the same object is re-used in next().

请问这段注释是什么含义?

大家讲道理大家讲道理2765日前861

全員に返信(1)返信します

  • 阿神

    阿神2017-04-17 17:16:31

    次の理解は正しいですか?

    イテレータ内のオブジェクトへの参照を保存しないでください。

    たとえば、イテレータ内に 10 個のオブジェクトがあり、next を 1 回使用すると、すべての実行が完了した後、イテレータは空になります。 null ポインターを報告します

    返事
    0
  • キャンセル返事