SE450
:
Iterator<E> Interface Type
[16/63]
Iterator traverses elements of collection
boolean hasNext()
E next()
void remove()