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
- 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
-
- currentElement().
Method in class LinkedList
- Return the current linked list element.
- FileObject().
Constructor for class FileObject
-
- 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.
- 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.
- insert(Object).
Method in class LinkedList
- Inserts object into the linked list after the current item.
- LinkedList().
Constructor for class LinkedList
-
- main(String[]).
Static method in class AudioPlayer
-
- Open().
Method in class FileObject
- Opens the file and places the objects in the linked list.
- PacketObject(long, byte[], InetAddress, int, int).
Constructor for class PacketObject
-
- print_obj().
Method in class PacketObject
- Prints out the packet
- 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
-
- 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).