We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Storing Elements in a Container with the Collection Interface part of the Getting to Know the Collection Hierarchy article contains the following sentence:
Since a Collection is a set of elements, there also set operations defined on the Collection interface:
I think this should use Set instead of Collection.
Set
Collection
The said article is not a part of this repository.
The text was updated successfully, but these errors were encountered:
carimura
No branches or pull requests
The Storing Elements in a Container with the Collection Interface part of the Getting to Know the Collection Hierarchy article contains the following sentence:
I think this should use
Set
instead ofCollection
.The said article is not a part of this repository.
The text was updated successfully, but these errors were encountered: