Kunde
Class Liste

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractList
              |
              +--java.util.Vector
                    |
                    +--Kunde.Liste
Direct Known Subclasses:
FahrzeugListe, MietvertragListe, ReservierungsListe, ListeNachNamenSortiert

public abstract class Liste
extends Vector

Die Oberklasse aller Listen in diesem System.

Author:
Shahriar

Fields inherited from class java.util.Vector
elementData, elementCount, capacityIncrement

Fields inherited from class java.util.AbstractList
modCount

Method Summary
 abstract VectoreintraegeAuflisten()
           
 abstract booleaneintragLoeschen(Object _oObject)
           
 abstract voidneueEintrag(Object _oObject)
           

Methods inherited from class java.util.Vector
copyInto, trimToSize, ensureCapacity, setSize, capacity, size, isEmpty, elements, contains, indexOf, indexOf, lastIndexOf, lastIndexOf, elementAt, firstElement, lastElement, setElementAt, removeElementAt, insertElementAt, addElement, removeElement, removeAllElements, clone, toArray, toArray, get, set, add, remove, add, remove, clear, containsAll, addAll, removeAll, retainAll, addAll, equals, hashCode, toString, subList, removeRange

Methods inherited from class java.util.AbstractList
iterator, listIterator, listIterator

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait, finalize

Method Detail

eintraegeAuflisten

public abstract Vector eintraegeAuflisten()

eintragLoeschen

public abstract boolean eintragLoeschen(Object _oObject)

neueEintrag

public abstract void neueEintrag(Object _oObject)