de.upb.swtpra05.group03.shuttle
Class AccountLinkedList

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byjava.util.AbstractSequentialList
              extended byjava.util.LinkedList
                  extended byde.upb.swtpra05.group03.shuttle.AccountLinkedList
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, java.util.List, java.io.Serializable

class AccountLinkedList
extends java.util.LinkedList

LinkedList for handling AccountData Objects with a maximum size of MAXACCOUNTDATA.

Version:
$Revision: 1.3 $

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

serialVersionUID

private static final long serialVersionUID
Comment for serialVersionUID

See Also:
Constant Field Values

MAXACCOUNTDATA

private static final int MAXACCOUNTDATA
Defines how many objects each of the two Lists (expenses and income) can contain maximal

See Also:
Constant Field Values
Constructor Detail

AccountLinkedList

AccountLinkedList()
Method Detail

toPickabackString

public java.lang.String toPickabackString()
Description of the Method

Returns:
Description of the Return Value

add

public void add(AccountData aD)
Description of the Method

Parameters:
aD - Description of the Parameter