Java 集合(List, Set, Queue, & Map)的 UML類圖

openkk 12年前發布 | 56K 次閱讀 Java Java開發

以下是作者繪制的Java Collection APIs ( List, Set, Queue, & Map)類圖。點擊類圖可以查看大圖。

這份列表兼容從JDK 1.0到JDK 7 (1.7)最新版本

接口采用" 灰色"表示,抽象類用" 黃色"表示,實現類用" 綠色"表示。接口有列出它的方法和屬性。但抽象類和實現類沒有畫出它們的方法和屬性,可以從其實現的接口猜出。

A " Red" circle next to a Class, denotes an obsolete class, which you should not be using, unless working with legacy code. A " Green" circle next to a class/interface means that class/interface is from the " <SPAN style="FONT-FAMILY: " new?,courier,monospace;?="" courier="">java.util.concurrent</span>" package.


Below each diagram is a link for an interactive image map and also a printable PDF. The image map has links to the respective javadocs for each interface/class, and also a brief description of each interface/class in form of a tool-tip.

List

Java List APIs

 

Set

Java Set APIs

 

Queue

Java Queue APIs

 

Map

Java Map APIs

 

Collection

i.e. List + Set + Queue

Java Collection APIs
 本文由用戶 openkk 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!