Some inner classes don't need a backref and could be static

Issue #32 new
Andre Bogus created an issue

For example, in Trove / templates / gnu / trove / map / hash / _K__V_HashMap.template, the *Iterator classes get an explicit ref to the hash.

Removing the implicit reference to the outer class will reduce memory consumption of the iterators.

Comments (0)

  1. Log in to comment