Clase Hashtable La clase java.util.Hashtable extiende Dictionary (abstract) e implementa Cloneable y Serializable. Una Acceder
El Collections Framework de Java 1.2 En la versión 1.2 del JDK se introdujo el Java Framework Collections Acceder
Elementos del Java Collections Framework Interfaces de la JCF: Constituyen el elemento central de la JCF. • Acceder
Interface Collection La interface Collection es implementada por los conjuntos (sets) y las listas Acceder
Interfaces Iterator y ListIterator La interface Iterator sustituye a Enumeration, utilizada en versiones anteriores del JDK. Acceder
Interfaces Comparable y Comparator Estas interfaces están orientadas a mantener ordenadas las listas, y también los Acceder
Sets y SortedSets La interface Set sirve para acceder a una colección sin elementos repetidos. Acceder