Package at.jku.ssw

Class Summary
Iterator An iterator over a character collection.
LinkedList A linked list of characters.
LinkedListIterator An iterator for traversing a linked list.
List A list of characters.
Queue A FIFO (first-in-first-out) queue of characters.
Set A set of characters.
Stack A LIFO (last-in-first-out) stack of characters.