What is the architecture fo Java Collection?

China
May 5, 2011 11:51pm CST
Java Collection is very useful in Java Language. I want to learn it. Is there any body can tell me what is the architecture of Java Collection.
1 response
@jackycui (32)
• China
6 May 11
The core of Java Collection contains List, Set and Map. Below is the article: http://www.javaol.net/2010/10/java-collection-framework/
• China
8 May 11
After reading your answer, I can understand Java Collection Framework well.