mirror of
https://github.com/Xevion/contest.git
synced 2025-12-09 08:06:59 -06:00
5 lines
268 B
Markdown
5 lines
268 B
Markdown
# Collections
|
|
|
|
Java contains many object based data structures, some sorted, some limited, some simple, some complex.
|
|
|
|
Not all of them work in familiar ways, and their methods can be confusing without proper usage, study, and a quick explanation over how they're used. |