mirror of
https://github.com/Xevion/contest.git
synced 2025-12-11 10:06:52 -06:00
update collections with better description base, clean up file for toplevel usage
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
### Common Java Data Structures Summary
|
# Collections
|
||||||
|
|
||||||
Java contains many object based data structures that you can import, some used more than others (ArrayList, for example).
|
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.
|
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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user