Vector & Enumeration
Home ] Up ] What is It? ] [ Vector & Enumeration ] Collections Interfaces ] Algorithms ] Sets ] Maps ]

 

Vector Class
Enumeration Interface
Vector/Enumeration Example

 

The Vector class and the Enumeration interface have been part of Java since its very first version.  They are heavily used in lots of Java code.

However, they represent an "old style" which has been replaced with a new set of classes and interfaces that were introduced in Java SDK 1.2.  They still exist in the Java class library, but are deprecated in favor of the "new style".

 

This page was last modified on 02 October, 2007