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
- acceptIn(BTVisitor).
Method in class BinaryTree
- Accept Visitor inOrder
- acceptLevel(BTVisitor, int).
Method in class BinaryTree
- Accept Visitor LevelOrder
- acceptPost(BTVisitor).
Method in class BinaryTree
- Accept Visitor PostOrder
- acceptPre(BTVisitor).
Method in class BinaryTree
- Accept Visitor PreOrder
- addPerson(Person_voll).
Method in interface Adressbuch
- fügt eine Person hinzu
- addPerson(Person_voll).
Method in class Personen
- fügt eine Person hinzu
- AdressBuchException().
Constructor for class AdressBuchException
- leerer Konstruktor
- AdressBuchException(String).
Constructor for class AdressBuchException
- Konstruktor mit Fehlerstring
- anzahl().
Method in interface Adressbuch
- gibt die Anzahl der Personen im Buch
- anzahl().
Method in class Personen
- liefert die Anzahl der Personen im Buch
- BinaryTree().
Constructor for class BinaryTree
- leerer Konstruktor
- BinaryTree(String, Object).
Constructor for class BinaryTree
- Konstruktor mit Angabe von Item und Element
- compareTo(Object).
Method in interface Comparable
- vergleicht 2 Elemente
- compareTo(Object).
Method in class Person
- vergleicht this mit einem gegeben Object
- delete(String).
Method in class BinaryTree
- löscht ein Element
- element.
Variable in class BinaryTree
- das Element
- enthaeltPerson(String, String).
Method in interface Adressbuch
- schaut ob eine bestimmte Person vorhanden
- enthaeltPerson(String, String).
Method in class Personen
- guckt ob eine bestimmte Person im Buch ist
- equals(Object).
Method in class Person
- Iss this gleich mit einem gegeben Object
- getName().
Method in class Person
- gibt den Namen
- getVorname().
Method in class Person
- gibt den Vornamen
- hausnummer.
Variable in class Person_voll
-
- high.
Variable in class BinaryTree
- Höhe des Baumes
- html.
Static variable in class Test
-
- htmlString().
Method in class BinaryTree
- liefert einen String für HTML ausgabe
- htmlString().
Method in class Person_voll
- liefert einen String in Adressform in HTML
- htmlString().
Method in class Personen
- liefert einen HTML String
- insert(String, Object).
Method in class BinaryTree
- fügt ein Object in die Liste
- isEmpty().
Method in class BinaryTree
- guckt ob Tree leer ist
- isIn(String).
Method in class BinaryTree
- schaut ob ein Item vorhanden ist
- item.
Variable in class BinaryTree
- das Item anhand dessen die Elemente im Baum sortiert werden
- laenge.
Variable in class Personen
-
- left.
Variable in class BinaryTree
- Zeiger auf rechten bzw.
- length().
Method in class BinaryTree
- liefert die Länge eines TBs
- line().
Static method in class Test
-
- liste.
Variable in class Personen
-
- main(String[]).
Static method in class Test
-
- max().
Method in class BinaryTree
- liefert das Max eines TBs
- min().
Method in class BinaryTree
- liefert das Minimun eines TBs
- muster.
Variable in class SearchVisitor
-
- name.
Variable in class Person
- Name und Nachname
- name.
Variable in class SearchVisitor
-
- newline().
Static method in class Test
-
- Person().
Constructor for class Person
- leerer Konstruktor
- Person(String, String).
Constructor for class Person
- Konstruktor
- Person_voll().
Constructor for class Person_voll
- leerer Konstruktor
- Person_voll(String, String, String, int, int, String).
Constructor for class Person_voll
- Konstruktor ohne Zusatz und Tel
- Person_voll(String, String, String, int, int, String, String, String).
Constructor for class Person_voll
- Konstruktor unter Angabe aller Daten
- Person_voll(String[], int).
Constructor for class Person_voll
- Konstruktor mit Angabe aller Daten in einem Array
- personAusgeben(String).
Method in interface Adressbuch
- gibt wieder ein Adressbuch zurück mit allen gesuchten Personen
- personAusgeben(String).
Method in class Personen
- liefert Personen aus dem Buch mit einem geg.
- Personen().
Constructor for class Personen
- Konstruktor
- Personen(BinaryTree).
Constructor for class Personen
- Konstruktor mit Angabe vom Tree
- personenLoeschen().
Method in interface Adressbuch
- löscht alle Personen
- personenLoeschen().
Method in class Personen
- löscht alle Personen
- personLoeschen(String, String).
Method in interface Adressbuch
- löscht eine Person
- personLoeschen(String, String).
Method in class Personen
- löscht eine Person aus der Liste
- plz.
Variable in class Person_voll
-
- printm(Personen).
Static method in class Test
-
- readFromFile(String).
Method in class Personen
- liest aus einer Datei
- right.
Variable in class BinaryTree
- Zeiger auf rechten bzw.
- SearchVisitor(String, String).
Constructor for class SearchVisitor
- Konstruktor
- serialize(String).
Method in class Personen
- schreibt in eine Datei
- straße.
Variable in class Person_voll
-
- suche(String).
Method in interface Adressbuch
- durchsucht das ganze Buch nach einem Musterstring
- suche(String).
Method in class Personen
- sucht nach einem Muster
- tel.
Variable in class Person_voll
-
- Test().
Constructor for class Test
-
- toString().
Method in class BinaryTree
- liefert einen String
- toString().
Method in class Person
- gibt die Person als String aus
- toString().
Method in class Person_voll
- liefert einen String in Adressform
- toString().
Method in class Personen
- liefert einen String
- tree.
Variable in class SearchVisitor
-
- visitBTEnd(BinaryTree).
Method in interface BTVisitor
- wird aufgerufen nach dem Besuch einer Node
- visitBTEnd(BinaryTree).
Method in class SearchVisitor
- visitStart
- visitBTNode(BinaryTree).
Method in interface BTVisitor
- besucht die Node
- visitBTNode(BinaryTree).
Method in class SearchVisitor
- besucht eine Node
- visitBTStart(BinaryTree).
Method in interface BTVisitor
- wird aufgerufen vor dem Besuch einer Node
- visitBTStart(BinaryTree).
Method in class SearchVisitor
- visitStart
- vorname.
Variable in class Person
- Name und Nachname
- wohnort.
Variable in class Person_voll
-
- zusatz.
Variable in class Person_voll
-