架构1释义1架构2释义2 架构1 释义1 1、Iterable:Implementing this interface allows an object to be the target of the ‘for-each’ loop statement. 2、Collection:Pass collections around and manipulate them. 3、List:Ordered 4、Set:Unrepeatable 5、Queue:FIFO || FILO 架构2 释义2