Категории: Все - collections - list - interface

по Milton Guzmán 7 лет назад

274

COLECCIONES

Different collection interfaces and classes in Java provide a variety of data management capabilities. These collections include sets, queues, and lists. Sets are part of the collection that ensures no duplicates and come in forms like HashSet, TreeSet, and LinkedHashSet to offer various ordering and performance features.

COLECCIONES

Interface

Clase

COLECCIONES

Set

SortedSet
TreeSet
LinkedHashSet
HashSet

Iterable

Queue

Deque
ArrayDeque
PriorityQueue

List

Vector
LinkedList
ArrayList