Historie

Existují tyto starší typy kontejnerů (-> náhrada):

  • 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()