Collection framework introduction

The types in the Collection Framework can be divided into the three categories

Interfaces that define standard collection protocols

Ready-to-use collection classes, such as Array, List, etc.

Base classes for writing application-specific collections.

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.