ch22: Java Collections Framework

22-1 Introduction

22-2 Collections

22-3 The Collection Interface and the AbstractCollection Class

22-4 Sets

22-5 The Comarator Interface

22-6 Lists

22-7 Static Methods for Lists and Collections

22-8 Performance of Sets and Lists

22-9 The Vector and Stack Classes

22-10 Queues and Priority Queues

22-11 Maps

22-12 Singleton and Unmodifiable Collections and Maps

參考 p.75 程式 Listing 22. RandomCharacter.java

p.75 Figure 22. Black Box