The Wayback Machine - https://web.archive.org/web/20201103191635/https://github.com/TheAlgorithms/Java/issues/1856
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make StackArrayList Implementation Generic #1856

Open
rachitbhalla opened this issue Oct 18, 2020 · 0 comments · May be fixed by #1855
Open

Make StackArrayList Implementation Generic #1856

rachitbhalla opened this issue Oct 18, 2020 · 0 comments · May be fixed by #1855

Comments

@rachitbhalla
Copy link

@rachitbhalla rachitbhalla commented Oct 18, 2020

The StackArrayList is implemented using Integer ArrayList and can hold only integer values. It can be modified using Generics to hold value of any type.

rachitbhalla added a commit to rachitbhalla/Java that referenced this issue Oct 18, 2020
@rachitbhalla rachitbhalla linked a pull request that will close this issue Oct 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

1 participant
You can’t perform that action at this time.