Package utilities
package utilities
-
ClassDescriptionIterator<E>This interface will provide an mono-directional iterator for any of the data structures that are specified in this package.ListADT<E>The
ListADT
interface is designed to be used as a basis for all the Linear data structures that will be developed in the CPRG 304 class at SAIT.MyArrayList<E>A custom List implementation.A custom Iterator implementation forMyArrayList
.MyDLList<E>An implementation of a double-linked listMyDLLNode<E>An implementation of a Node for a double-linked list.QueueADT<E>An interface representing the Queue Abstract Data Type.StackADT<E>An interface representing the Stack Abstract Data Type.