update collections with better description base, clean up file for toplevel usage

This commit is contained in:
Xevion
2020-02-27 18:17:09 -06:00
parent 55842fecb2
commit 83e4691598

View File

@@ -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.