| Utilidades | |
| Inicio | Cursos infosintesis.net liberados | Java SE | Las Colecciones | |
| Las Colecciones | |
| Paso 1: Clases que implementan las Colecciones |
| Interfaces | Implementaciones | ||||
|---|---|---|---|---|---|
| Tabla Hash | Matriz modificable | Arbol equilibrado | Lista vinculada | Legado | |
| List | *
| ArrayList
| *
| LinkedList
| Vector |
| Set | HashSet |
* |
* |
* |
* |
| SortedSet | * |
* |
TreeSet |
* |
* |
| Map | HashMap |
* |
* |
* |
* |
| SortedMap | * |
* |
TreeMap |
* |
* |