Be careful not to keep references to the objects from this iterator.
To improve GC performance the same object is re-used in next()
.
请问这段注释是什么含义?
阿神2017-04-17 17:16:31
次の理解は正しいですか?
イテレータ内のオブジェクトへの参照を保存しないでください。
たとえば、イテレータ内に 10 個のオブジェクトがあり、next を 1 回使用すると、すべての実行が完了した後、イテレータは空になります。 null ポインターを報告します