|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractList
java.util.AbstractSequentialList
java.util.LinkedList
de.upb.swtpra05.group03.shuttle.AccountLinkedList
LinkedList for handling AccountData Objects with a maximum size of MAXACCOUNTDATA.
| Nested Class Summary |
| Nested classes inherited from class java.util.LinkedList |
|
| Nested classes inherited from class java.util.AbstractList |
|
| Field Summary | |
private static int |
MAXACCOUNTDATA
Defines how many objects each of the two Lists (expenses and income) can contain maximal |
private static long |
serialVersionUID
Comment for serialVersionUID |
| Fields inherited from class java.util.LinkedList |
|
| Fields inherited from class java.util.AbstractList |
modCount |
| Constructor Summary | |
(package private) |
AccountLinkedList()
|
| Method Summary | |
void |
add(AccountData aD)
Description of the Method |
java.lang.String |
toPickabackString()
Description of the Method |
| Methods inherited from class java.util.LinkedList |
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, remove, remove, removeFirst, removeLast, set, size, toArray, toArray |
| Methods inherited from class java.util.AbstractSequentialList |
iterator |
| Methods inherited from class java.util.AbstractList |
equals, hashCode, listIterator, removeRange, subList |
| Methods inherited from class java.util.AbstractCollection |
containsAll, isEmpty, removeAll, retainAll, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, retainAll, subList |
| Field Detail |
private static final long serialVersionUID
serialVersionUID
private static final int MAXACCOUNTDATA
| Constructor Detail |
AccountLinkedList()
| Method Detail |
public java.lang.String toPickabackString()
public void add(AccountData aD)
aD - Description of the Parameter
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||