Starší typy kontejnerů, Enumeration

Existují tyto starší typy kontejnerů (za -> uvádíme náhradu):

  • Hashtable -> HashMap, HashSet (podle účelu)

  • Vector -> List

  • Stack -> List

Roli iterátoru plnil dříve výčet (Enumeration) se dvěma metodami:

  • boolean hasMoreElements()

  • Object nextElement()