SimonHarmonicMinor/Java-Useful-Utils

ImmutableTreeMap: remove objects reusing logic from the constructor

SimonHarmonicMinor opened this issue · 0 comments

The secondary constructor ImmutableTreeMap(SortedMap<K, V>, boolean needsCloning) has become so tricky, that's it's hard to continue to maintain it. Besides, the profit of its "optimizing" is questionable. So, this constructor has to be deleted.