130 likes | 243 Views
A Review of the java.util Package Presented By AMIT RANJAN TRIPATHY Roll # CS 200118157 Under the guidance of Dr. Ravi P. Reddy. By www.PPTSWorld.com. The ad hoc approach lacked an unifying theme The Collections framework Collections Maps. Introduction. The Collection Interface.
E N D
A Review of the java.util Package Presented By AMIT RANJAN TRIPATHYRoll # CS 200118157 Under the guidance of Dr. Ravi P. Reddy By www.PPTSWorld.com
The ad hoc approach lacked an unifying theme The Collections framework Collections Maps Introduction
Legacy Classes And Interfaces • Reengineered to support Collections • Synchronized : The only Advantage • Enumeration • Calcified as obsolete • Superceded by Iterator
Other Utility Classes • StringTokenizer : Lexical analysis made easy • BitSet • Date • Random • Observable • Update( ) • notifyObservers( )
Conclusion • The Collections framework • Unified theme for “data engines” • Reengineering of the base classes • Maps introduced • Broad domain of applications