Can anybody give me a complete list of data structure supported in Java(not in util package)?
- by Kavin
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