I want to know what kinds of data structure in Java and not in the util package?
For example: Hashmap, Collection, Set.
Please give me a list of them as many as possible.
Thank you
OK, let me change a way to ask something:
Except in util package, is there any data structures already implemented in JAVA, and if need to use them, we could import them into our class, without constructing by ourselves.