A G I L N P R S T

A

add(E) - Method in interface LoopADT
Adds the given item immediately before the current item.

G

getCurrent() - Method in interface LoopADT
Returns the current item.
getDuration() - Method in class Image
Returns the duration for this image (in hundreths of seconds).
getFile() - Method in class Image
Returns the file name associated with this image.

I

Image - Class in <Unnamed>
An Image object contains the name of the file containing the image and a positive integer indicating the length of time (duration) the image should be displayed in hundredths of a seconds (i.e., 1/100 is 1 hundredth; 100 hundredths = 1).
Image(String) - Constructor for class Image
Creates a new Image object with specified file name.
isEmpty() - Method in interface LoopADT
Determines if this Loop is empty, i.e., contains no items.
iterator() - Method in interface LoopADT
Returns an iterator for this Loop.

L

LoopADT<E> - Interface in <Unnamed>
A Loop ADT is a circular sequence of items.

N

next() - Method in interface LoopADT
Advances current forward one item resulting in the item that is immediately after the current item becoming the current item.

P

previous() - Method in interface LoopADT
Moves current backwards one item resulting in the item that is immediately before the current item becoming the current item.

R

removeCurrent() - Method in interface LoopADT
Removes and returns the current item.

S

setDuration(int) - Method in class Image
Sets the duration for this image to the one given.
size() - Method in interface LoopADT
Returns the number of items in this Loop.

T

toString() - Method in class Image
Returns the string representation of this image in the form:

A G I L N P R S T