Enumerations
lAn Enumeration is the name given, in early Java, for a special one-way Iterator.
lhasMoreElements() is used instead of hasNext()
lnextElement() is used instead of next()
lno remove() is specified

lTypically, an enumeration is obtained from an Object by the elements() method.