All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

append(Object). Method in class LinkedList
Appends link object to the end of the link list.
atLastLink(). Method in class LinkedList
Resets true if current pointer is pointing to the last link.
AudioPlayer(). Constructor for class AudioPlayer
AuFFwd(String, String, int, char). Constructor for class AuFFwd
AuPlay(String, String, int, char). Constructor for class AuPlay
AuRecord(String, String, int, int). Constructor for class AuRecord
AuRewind(String, String, int, char). Constructor for class AuRewind

C

currentElement(). Method in class LinkedList
Return the current linked list element.

F

FileObject(). Constructor for class FileObject

G

getNextElement(). Method in class LinkedList
Returns the next element in the list.
getnum(byte). Method in class FileObject
Takes in a byte and returns an integer.
getPreviousElement(). Method in class LinkedList
Returns the previous element in the linked list.

H

hasCurrElement(). Method in class LinkedList
hasMoreElements(). Method in class LinkedList
Returns true iff the current pointer is not at the end of the list.
hasNextElement(). Method in class LinkedList
Returns true iff current.next pointer is not null.
hasPreviousElement(). Method in class LinkedList
Returns true iff current.previous pointer is not null.

I

insert(Object). Method in class LinkedList
Inserts object into the linked list after the current item.

L

LinkedList(). Constructor for class LinkedList

M

main(String[]). Static method in class AudioPlayer

O

Open(). Method in class FileObject
Opens the file and places the objects in the linked list.

P

PacketObject(long, byte[], InetAddress, int, int). Constructor for class PacketObject
print_obj(). Method in class PacketObject
Prints out the packet

R

remove(). Method in class LinkedList
Removes current element from the linked list Returns the removed object.
reset(). Method in class LinkedList
Resets the linked list to the head (first element).
run(). Method in class AuFFwd
run(). Method in class AuPlay
run(). Method in class AuRecord
run(). Method in class AuRewind

S

Save(). Method in class FileObject
Saves linked list objects into a file.
setToTail(). Method in class LinkedList
Resets the linked list to the tail (last element).