eclipse-collections icon indicating copy to clipboard operation
eclipse-collections copied to clipboard

Add helper constructors in ImmutableNotEmptyStack to accept array, iterable

Open nikhilnanivadekar opened this issue 4 years ago • 1 comments

This is so that Stacks.immutable.with() can be optimized to not create a new Stack for every element during construction. The constructor should be package private.

nikhilnanivadekar avatar Aug 21 '20 18:08 nikhilnanivadekar

I could help out with this. Thanks.

goldbal330 avatar Sep 04 '20 19:09 goldbal330