A B C D E F G H I J K L M N O P Q R S T U V Z

A

advance() - Method in class Liste
 
alter() - Method in class Person
 
anf - Variable in class Liste
 
Angestellter - class Angestellter.
Klasse Angestellter bestehend aus grundgehalt und ortszuschlag und der Implementierung der abstrakten Methode der Superklasse
Angestellter() - Constructor for class Angestellter
 
Arbeiter - class Arbeiter.
Klasse Arbeiter bestehend aus Stundenlohn und Stundenzahl und der Implementierung der abstrakten Methode der Superklasse
Arbeiter() - Constructor for class Arbeiter
 
ArrayAbzaehlreim - class ArrayAbzaehlreim.
n Kinder stehen im Kreis, jedes k-te wird abgeschlagen.
ArrayAbzaehlreim() - Constructor for class ArrayAbzaehlreim
 
ausgeben(Graph) - Static method in class Graph_IO
 
AusnahmeKeller - class AusnahmeKeller.
Abstrakter Datentyp Keller mit den Methoden push, pop, top, empty
AusnahmeKeller.KellerEintrag - class AusnahmeKeller.KellerEintrag.
 
AusnahmeKeller.KellerEintrag() - Constructor for class AusnahmeKeller.KellerEintrag
 
AusnahmeKeller() - Constructor for class AusnahmeKeller
 
AusnahmeKellerTest - class AusnahmeKellerTest.
Liest eine Folge von ganzen Zahlen ein und gibt sie in umgekehrter Reihenfolge wieder aus.
AusnahmeKellerTest() - Constructor for class AusnahmeKellerTest
 
Automat - class Automat.
Endlicher Automat mit delta : Zustand x Eingabe -> Zustand.
Automat() - Constructor for class Automat
 
AVLBaum - class AVLBaum.
Ein AVLBaum ist ein SuchBaum, bei dem alle Knoten ausgeglichen sind.
AVLBaum.Status - class AVLBaum.Status.
 
AVLBaum.Status() - Constructor for class AVLBaum.Status
 
AVLBaum() - Constructor for class AVLBaum
 
AVLBaumTest - class AVLBaumTest.
Klasse zum Testen des AVLBaums: Einfuegen und Loeschen von Character
AVLBaumTest() - Constructor for class AVLBaumTest
 

B

b - Variable in class OfHashing
 
balance - Variable in class AVLBaum
 
balance1(AVLBaum.Status) - Method in class AVLBaum
 
balance2(AVLBaum.Status) - Method in class AVLBaum
 
Baum - class Baum.
Klasse Baum mit drei Konstruktoren und vier Methoden.
Baum() - Constructor for class Baum
 
Baum(Baum, Object, Baum) - Constructor for class Baum
 
Baum(Object) - Constructor for class Baum
 
Bedingung - class Bedingung.
Verzweigung durch Bedingung (if-Anweisung, Bedingungsoperator) Vergleichsoperatoren: < kleiner <= kleiner gleich == gleich > groesser >= groesser gleich != ungleich logische Operatoren: && und || oder ! nicht
Bedingung() - Constructor for class Bedingung
 
BELEGT - Static variable in class GeHashing
 
besucht - Static variable in class Graph_Tiefensuche
 
bitte() - Static method in class Methoden
 
BreitenSuche - class BreitenSuche.
Klasse BreitenSuche enthaelt statische Methode breitenSuche, die mit Hilfe einer Schlange eine iterative Breitensuche auf einem Baum durchfuehrt
BreitenSuche() - Constructor for class BreitenSuche
 
breitenSuche(Baum) - Static method in class BreitenSuche
 
BubbleSort - class BubbleSort.
 
BubbleSort() - Constructor for class BubbleSort
 
BucketSort - class BucketSort.
Sortieren durch Verteilen auf Buckets (Faecher).
BucketSort() - Constructor for class BucketSort
 

C

c - Variable in class CharComparable
 
CharacterCompare - class CharacterCompare.
Implementiert die Methoden aus dem Interface Compare und vergleicht damit zwei Character-Objekte.
CharacterCompare() - Constructor for class CharacterCompare
 
CharComparable - class CharComparable.
Implementiert die Methode aus dem Interface Comparable in der fuer den einfachen Datentyp char spezifischen Weise.
CharComparable(char) - Constructor for class CharComparable
 
CharKeller - class CharKeller.
Abstrakter Datentyp Character-Keller mit Elementen vom Typ char
CharKeller() - Constructor for class CharKeller
 
Collatz - class Collatz.
Berechnet Collatz-Funktion, d.h.
Collatz() - Constructor for class Collatz
 
Comparable - interface Comparable.
Das Interface deklariert eine Methode, anhand der sich das aufgerufene Objekt mit dem uebergebenen vergleicht.
Compare - interface Compare.
Das Interface deklariert eine Vergleichs-Methode fuer zwei Objekte.
compare(Object, Object) - Method in class CharacterCompare
vergleicht Character-Objekte a und b und liefert <0, =0 oder >0
compare(Object, Object) - Method in interface Compare
 
compare(Object, Object) - Method in class StringCompare
vergleicht String-Objekte a und b und liefert <0, =0 oder >0
compareTo(Comparable) - Method in class CharComparable
vergleicht dies Objekt mit Character-Objekt a und liefert <0, =0 oder >0
compareTo(Comparable) - Method in interface Comparable
 
compareTo(Comparable) - Method in class StringComparable
vergleicht dies String-Objekt mit String-Objekt a und liefert <0, =0 oder >0
count - Variable in class Schlange
 
ctop() - Method in class CharKeller
 

D

Datum - class Datum.
Klasse Datum bestehend aus drei Integers (Tag, Monat, Jahr) mit zwei Konstruktoren zum Anlegen eines Datums und einer Methode zur Umwandlung eines Datums in einen String
Datum(int) - Constructor for class Datum
 
Datum(int, int, int) - Constructor for class Datum
 
del(AVLBaum.Status) - Method in class AVLBaum
 
delete() - Method in class Liste
 
delete(Comparable) - Method in class AVLBaum
 
delete(Comparable) - Method in class GeHashing
 
delete(Comparable) - Method in interface Hashing
 
delete(Comparable) - Method in class OfHashing
 
delete(Comparable) - Method in class SuchBaum
loescht x aus SuchBaum: liefert true, wenn erfolgreich geloescht, sonst false
deleteAVL(Comparable, AVLBaum.Status) - Method in class AVLBaum
 
deq() - Method in class Schlange
 

E

einlesen() - Static method in class Graph_IO
 
elem() - Method in class Liste
 
empty() - Method in class AusnahmeKeller
 
empty() - Method in class Baum
 
empty() - Method in class Keller
 
empty() - Method in class Liste
 
empty() - Method in class Schlange
 
endpos() - Method in class Liste
 
enq(Object) - Method in class Schlange
 
ergebnis - Static variable in class Graph_Tiefensuche
 

F

fach - Variable in class Student
 
Fakultaet - class Fakultaet.
Berechnung der Fakultaet mit for-, while- und do-while-Schleifen n! := 1 fuer n=0, 1*2*3* ...
Fakultaet() - Constructor for class Fakultaet
 
fakultaet(int) - Static method in class Rekursion
 
Fall - class Fall.
Verzweigung durch Fallunterscheidung (switch/case-Anweisung)
Fall() - Constructor for class Fall
 
Feld - class Feld.
Zusammenfassung mehrerer Daten desselben Typs zu einem Feld
Feld() - Constructor for class Feld
 
fib(int) - Static method in class Rekursion
 
find(Comparable) - Method in class GeHashing
 
find(Comparable) - Method in class SuchBaum
 
find(Liste, Comparable) - Method in class OfHashing
 
findMax() - Method in class SuchBaum
 
Firma - class Firma.
Klasse Firma bestehend aus einem Array fuer Mitarbeiter
Firma() - Constructor for class Firma
 
first - Variable in class SpielBaum
 
front() - Method in class Schlange
 
full() - Method in class Schlange
 

G

g - Variable in class Graph
 
Ganzzahl - class Ganzzahl.
Typumwandlung und Bitoperationen auf ganzen Zahlen
Ganzzahl() - Constructor for class Ganzzahl
 
geb_datum - Variable in class Person
 
gehalt - Variable in class Hiwi
 
GeHashing - class GeHashing.
Implementation des Interface Hashing durch ein geschlossenes Hashing mit einem Array von Objekten.
GeHashing(int) - Constructor for class GeHashing
 
GELOESCHT - Static variable in class GeHashing
 
GGT - class GGT.
Berechnung des GGT ggt(x,y) = groesster gemeinsamer Teiler von x und y x falls x = y ggt(x,y) = ggt(x-y, y) falls x > y ggt(x, y-x) falls y > x denn wegen x=t*f1 und y=t*f2 folgt (x-y) = t*(f1-f2) x falls y = 0 ggt(x,y) = ggt(y, x mod y) sonst
GGT() - Constructor for class GGT
 
ggt(int, int) - Static method in class Methoden
 
ggt(int, int) - Static method in class Rekursion
 
Gleitkomma - class Gleitkomma.
Gleitkommaoperationen
Gleitkomma() - Constructor for class Gleitkomma
 
Graph - class Graph.
Abstrakter Datentyp Graph mit den Methoden number, insert, reset, moreNeighbors, nextNeighbor
Graph_IO - class Graph_IO.
Klasse zum Einlesen und zum Ausgeben von Graphen
Graph_IO() - Constructor for class Graph_IO
 
Graph_Test - class Graph_Test.
Programm zum Testen der Graph-Algorithmen
Graph_Test() - Constructor for class Graph_Test
 
Graph_Tiefensuche - class Graph_Tiefensuche.
Tiefensuche auf einem Graphen
Graph_Tiefensuche() - Constructor for class Graph_Tiefensuche
 
Graph_TopoSort - class Graph_TopoSort.
Topologisches Sortieren eines gerichteten Graphen
Graph_TopoSort() - Constructor for class Graph_TopoSort
 
Graph(int) - Constructor for class Graph
 
grenze - Static variable in class Sichtbarkeit
 
grundgehalt - Variable in class Angestellter
 

H

Hanoi - class Hanoi.
Tuerme von Hanoi: n Scheiben mit abnehmender Groesse liegen auf dem Startort A.
Hanoi() - Constructor for class Hanoi
 
hash(Comparable) - Method in class GeHashing
 
hash(Comparable) - Method in class OfHashing
 
Hashing - interface Hashing.
Das Interface deklariert die Methoden zum Hashing.
HashTest - class HashTest.
Testet die Hash-Tabelle mit String-Objekten.
HashTest() - Constructor for class HashTest
 
head - Variable in class Schlange
 
HeapSort - class HeapSort.
Iteratives Sortieren mit Heapsort Entnimm einem Heap so lange das kleinste Element, bis er leer ist.
HeapSort() - Constructor for class HeapSort
 
Hiwi - class Hiwi.
Klasse Hiwi spezialisiert die Klasse Student durch weiteres Datenfeld gehalt und durch eigene Konstruktoren
Hiwi(String, String, int, int, int, String, int, double) - Constructor for class Hiwi
 
Hiwi(Student, double) - Constructor for class Hiwi
 
hoch(int, int) - Static method in class Methoden
 
hole() - Static method in class Sichtbarkeit
 

I

i - Static variable in class PraefixBaumBau
 
i - Static variable in class Sichtbarkeit
 
id - Static variable in class Graph_Tiefensuche
 
inhalt - Variable in class AusnahmeKeller.KellerEintrag
 
inhalt - Variable in class Baum
 
inhalt - Variable in class GeHashing
 
inhalt - Variable in class Keller.KellerEintrag
 
inhalt - Variable in class Liste.ListenEintrag
 
inhalt - Variable in class Schlange
 
inorder(Baum) - Static method in class Traverse
 
insert(Comparable) - Method in class AVLBaum
 
insert(Comparable) - Method in class GeHashing
 
insert(Comparable) - Method in interface Hashing
 
insert(Comparable) - Method in class OfHashing
 
insert(Comparable) - Method in class SuchBaum
fuegt x in SuchBaum ein: liefert true, wenn erfolgreich, sonst false.
insert(int, int) - Method in class Graph
 
insert(Object) - Method in class Liste
 
insertAVL(Comparable, AVLBaum.Status) - Method in class AVLBaum
 
is_operator(char) - Static method in class PostfixBaumBau
 
is_operator(char) - Static method in class PraefixBaumBau
 

J

jahr - Variable in class Datum
 
jahrgang() - Method in class Person
 
jahrgang() - Method in class Student
 
jsb - Variable in class Student
 

K

Keller - class Keller.
Abstrakter Datentyp Keller mit den Methoden push, pop, top, empty
Keller.KellerEintrag - class Keller.KellerEintrag.
 
Keller.KellerEintrag() - Constructor for class Keller.KellerEintrag
 
Keller() - Constructor for class Keller
 
KellerFehler - exception KellerFehler.
Definition einer eigenen Ausnahme
KellerFehler(String) - Constructor for class KellerFehler
 
Kind - class Kind.
Klasse Kind bestehend aus Nummer und Verweis auf Nachbarkind mit Konstruktor zum Anlegen eines Kindes ermoeglicht Implementierung eines Abzaehlreims mit k Silben fuer n Kinder
Kind(int) - Constructor for class Kind
 
Klammer - class Klammer.
Ueberprueft Klammerung mit Hilfe eines Kellers
Klammer() - Constructor for class Klammer
 
klammerinorder(Baum) - Static method in class Traverse
 
Konstanten - class Konstanten.
Einsatz von Konstanten fuer ganze Zahlen, Gleitkomma und Character
Konstanten() - Constructor for class Konstanten
 
kopiere(int[]) - Static method in class Parameter
 

L

LEER - Static variable in class Baum
 
LEER - Static variable in class GeHashing
 
left() - Method in class Baum
 
links - Variable in class Baum
 
Liste - class Liste.
ADT Liste mit empty, endpos, reset, advance, elem, insert, delete
Liste.ListenEintrag - class Liste.ListenEintrag.
 
Liste.ListenEintrag() - Constructor for class Liste.ListenEintrag
 
Liste() - Constructor for class Liste
 
ListeTest - class ListeTest.
Testet die Klasse Liste mit Studenten
ListeTest() - Constructor for class ListeTest
 
lookup(Comparable) - Method in class GeHashing
 
lookup(Comparable) - Method in interface Hashing
 
lookup(Comparable) - Method in class OfHashing
 
lookup(Comparable) - Method in class SuchBaum
Sucht x im SuchBaum: liefert null, wenn x nicht gefunden wurde, sonst Comparable-Objekt x

M

ma - Static variable in class Firma
 
main(String[]) - Static method in class AVLBaumTest
 
main(String[]) - Static method in class ArrayAbzaehlreim
 
main(String[]) - Static method in class AusnahmeKellerTest
 
main(String[]) - Static method in class Automat
 
main(String[]) - Static method in class Bedingung
 
main(String[]) - Static method in class BucketSort
 
main(String[]) - Static method in class Collatz
 
main(String[]) - Static method in class Datum
 
main(String[]) - Static method in class Fakultaet
 
main(String[]) - Static method in class Fall
 
main(String[]) - Static method in class Feld
 
main(String[]) - Static method in class Firma
 
main(String[]) - Static method in class GGT
 
main(String[]) - Static method in class Ganzzahl
 
main(String[]) - Static method in class Gleitkomma
 
main(String[]) - Static method in class Graph_Test
 
main(String[]) - Static method in class Hanoi
 
main(String[]) - Static method in class HashTest
 
main(String[]) - Static method in class Hiwi
 
main(String[]) - Static method in class Kind
 
main(String[]) - Static method in class Klammer
 
main(String[]) - Static method in class Konstanten
 
main(String[]) - Static method in class ListeTest
 
main(String[]) - Static method in class Matrix
 
main(String[]) - Static method in class Methoden
 
main(String[]) - Static method in class Parameter
 
main(String[]) - Static method in class Person
 
main(String[]) - Static method in class PersonTest
 
main(String[]) - Static method in class Postfix
 
main(String[]) - Static method in class PostfixBaumBau
 
main(String[]) - Static method in class PraefixBaumBau
 
main(String[]) - Static method in class QuickSortTest
 
main(String[]) - Static method in class Rekursion
 
main(String[]) - Static method in class Reverse
 
main(String[]) - Static method in class SchlangeTest
 
main(String[]) - Static method in class Schleife
 
main(String[]) - Static method in class Sichtbarkeit
 
main(String[]) - Static method in class Sieb
 
main(String[]) - Static method in class SortTest
 
main(String[]) - Static method in class Student
 
main(String[]) - Static method in class SuchBaumTest
 
main(String[]) - Static method in class Suche
 
main(String[]) - Static method in class TraverseTest
 
main(String[]) - Static method in class Umwandlung
 
main(String[]) - Static method in class Zeichen
 
main(String[]) - Static method in class Zeichenkette
 
main(String[]) - Static method in class Ziffern
 
mat_nr - Variable in class Student
 
Matrix - class Matrix.
Multiplikation zweier NxN-Matrizen (ohne Ein- und Ausgabe) c[i][j] := Summe {k=0 bis N-1} ( a[i][k] * b[k][j] )
Matrix() - Constructor for class Matrix
 
maxtyp - Variable in class SpielBaum
 
Merge - class Merge.
 
Merge() - Constructor for class Merge
 
merge(int[], int[]) - Static method in class Merge
 
Methoden - class Methoden.
Klassen-Methoden mit und ohne formale Parameter mit und ohne Rueckgabewert
Methoden() - Constructor for class Methoden
 
minmax() - Method in class SpielBaum
 
Mitarbeiter - class Mitarbeiter.
abstrakte Klasse Mitarbeiter bestehend aus Name und Vorname und Konstruktor und einer abstrakten Methode
Mitarbeiter() - Constructor for class Mitarbeiter
 
monat - Variable in class Datum
 
monatsBrutto() - Method in class Angestellter
 
monatsBrutto() - Method in class Arbeiter
 
monatsBrutto() - Method in class Mitarbeiter
 
moreNeighbors(int) - Method in class Graph
 

N

N - Static variable in class BucketSort
 
N - Static variable in class Firma
 
nachname - Variable in class Mitarbeiter
 
nachname - Variable in class Person
 
next - Variable in class AusnahmeKeller.KellerEintrag
 
next - Variable in class Keller.KellerEintrag
 
next - Variable in class Kind
 
next - Variable in class Liste.ListenEintrag
 
next - Variable in class SpielBaum
 
next_mat_nr - Static variable in class Student
 
nextNeighbor(int) - Method in class Graph
 
nr - Variable in class Kind
 
number() - Method in class Graph
 

O

OfHashing - class OfHashing.
Implementation des Interface Hashing durch Array von Listen
OfHashing(int) - Constructor for class OfHashing
 
ortszuschlag - Variable in class Angestellter
 

P

Parameter - class Parameter.
Wirkungsweise der Parameteruebergabe an Methoden
Parameter() - Constructor for class Parameter
 
Person - class Person.
Klasse Person bestehend aus Vorname, Nachname, Geburtsdatum mit einem Konstruktor zum Anlegen einer Person und zwei Methoden zum Ermitteln des Jahrgangs und des Alters
Person(String, String, int, int, int) - Constructor for class Person
 
PersonTest - class PersonTest.
Klasse PersonTest verwendet Instanzen der Klasse Person und der Klasse Student
PersonTest() - Constructor for class PersonTest
 
pop() - Method in class AusnahmeKeller
 
pop() - Method in class Keller
 
pos - Variable in class Liste
 
Postfix - class Postfix.
Wandelt Infix-Ausdruck in Postfix-Ausdruck um.
Postfix() - Constructor for class Postfix
 
PostfixBaumBau - class PostfixBaumBau.
Klasse PostfixBaumBau enthaelt statische Methode postfixBaumBau, die einen Postfix-Ausdruck uebergeben bekommt und den zugehoerigen Baum zurueckliefert.
PostfixBaumBau() - Constructor for class PostfixBaumBau
 
postfixBaumBau(char[]) - Static method in class PostfixBaumBau
 
postorder(Baum) - Static method in class Traverse
 
PraefixBaumBau - class PraefixBaumBau.
Klasse PraefixBaumBau enthaelt statische Methode praefixBaumBau, die einen Praefix-Ausdruck uebergeben bekommt und den zugehoerigen Baum zurueckliefert.
PraefixBaumBau() - Constructor for class PraefixBaumBau
 
praefixBaumBau(char[]) - Static method in class PraefixBaumBau
 
preorder(Baum) - Static method in class Traverse
 
printAVLBaum(Baum, int) - Static method in class AVLBaumTest
Der AVL-Baum wird liegend mit Werten und Balancen ausgegeben.
push(char) - Method in class CharKeller
 
push(Object) - Method in class AusnahmeKeller
 
push(Object) - Method in class Keller
 

Q

QuickSort - class QuickSort.
rekursives Sortieren mit Quicksort Idee: partitioniere die Folge in eine elementweise kleinere und eine elementweise groessere Haelfte und sortiere diese nach demselben Verfahren
QuickSort() - Constructor for class QuickSort
 
QuickSortTest - class QuickSortTest.
testet Quicksort
QuickSortTest() - Constructor for class QuickSortTest
 

R

rechts - Variable in class Baum
 
Rekursion - class Rekursion.
Rekursive Methoden
Rekursion() - Constructor for class Rekursion
 
reset() - Method in class Graph
 
reset() - Method in class Liste
 
reset(int) - Method in class Graph
 
reset(int[]) - Static method in class Parameter
 
Reverse - class Reverse.
Liest eine Folge von ganzen Zahlen ein und gibt sie in umgekehrter Reihenfolge wieder aus.
Reverse() - Constructor for class Reverse
 
right() - Method in class Baum
 
rotateLL() - Method in class AVLBaum
 
rotateLR() - Method in class AVLBaum
 
rotateRL() - Method in class AVLBaum
 
rotateRR() - Method in class AVLBaum
 

S

s - Variable in class StringComparable
 
Schlange - class Schlange.
ADT Schlange mit den Methoden enq, deq, front, empty
Schlange(int) - Constructor for class Schlange
 
SchlangeTest - class SchlangeTest.
Programm zum Testen der Methoden des ADT Schlange.
SchlangeTest() - Constructor for class SchlangeTest
 
Schleife - class Schleife.
for-Schleife, while-Schleife, do-while-Schleife, break, continue
Schleife() - Constructor for class Schleife
 
SelectionSort - class SelectionSort.
 
SelectionSort() - Constructor for class SelectionSort
 
setze() - Static method in class Sichtbarkeit
 
setze(int) - Static method in class Sichtbarkeit
 
Sichtbarkeit - class Sichtbarkeit.
Sichtbarkeit und Lebensdauer von Variablen.
Sichtbarkeit() - Constructor for class Sichtbarkeit
 
Sieb - class Sieb.
Sieb des Eratosthenes zur Ermittlung von Primzahlen.
Sieb() - Constructor for class Sieb
 
sift(int[], int, int) - Static method in class HeapSort
 
sort(char[]) - Static method in class BucketSort
 
sort(Graph) - Static method in class Graph_TopoSort
 
sort(int[]) - Static method in class BubbleSort
 
sort(int[]) - Static method in class HeapSort
 
sort(int[]) - Static method in class SelectionSort
 
sort(int[], int, int) - Static method in class QuickSort
 
SortTest - class SortTest.
testet Sortierverfahren
SortTest() - Constructor for class SortTest
 
SpielBaum - class SpielBaum.
Klasse SpielBaum mit der geschachtelten Klasse Stellung und den Datenfeldern typ, stellung, first, next und der Methode minmax.
SpielBaum.Stellung - class SpielBaum.Stellung.
 
SpielBaum.Stellung(SpielBaum) - Constructor for class SpielBaum.Stellung
 
SpielBaum() - Constructor for class SpielBaum
 
statisch() - Method in class SpielBaum
 
std_lohn - Variable in class Arbeiter
 
std_zahl - Variable in class Arbeiter
 
stellung - Variable in class SpielBaum
 
sterne(int) - Static method in class Methoden
 
StringComparable - class StringComparable.
Klasse StringComparable Implementiert Methode aus Compare und vergleicht damit dies Objekt mit dem uebergebenen auf die fuer Strings spezifische Weise.
StringComparable(String) - Constructor for class StringComparable
 
StringCompare - class StringCompare.
Klasse StringCompare Implementiert Methoden aus Compare und vergleicht damit zwei String-Objekte int compare(Object a, Object b) liefert 0, wenn die Strings gleich sind.
StringCompare() - Constructor for class StringCompare
 
Student - class Student.
Klasse Student, spezialisiert die Klasse Person durch Klassenvariable next_mat_nr; durch weitere Datenfelder mat_nr, fach, jsb durch eigenen Konstruktor und durch eigene Methode jahrgang welche die Methode jahrgang der Klasse Person ueberschreibt
Student(String, String, int, int, int, String, int) - Constructor for class Student
 
SuchBaum - class SuchBaum.
Implementation eines binaeren Suchbaums ueber Comparable-Objekten.
SuchBaum() - Constructor for class SuchBaum
 
SuchBaumTest - class SuchBaumTest.
Testet den SuchBaum mit CharComparable-Objekten.
SuchBaumTest() - Constructor for class SuchBaumTest
 
Suche - class Suche.
lineare Suche eines Wertes und des Minimums im Array und binaere Suche im geordneten Array
Suche() - Constructor for class Suche
 
summe(int[]) - Static method in class Parameter
 

T

tag - Variable in class Datum
 
TiefenSuche - class TiefenSuche.
Klasse Tiefensuche enthaelt statische Methode tiefenSuche, die mit Hilfe eines Kellers eine iterative Tiefensuche auf einem Baum durchfuehrt (= preorder)
TiefenSuche() - Constructor for class TiefenSuche
 
tiefenSuche(Baum) - Static method in class TiefenSuche
 
tiefensuche(Graph) - Static method in class Graph_Tiefensuche
 
top - Variable in class AusnahmeKeller
 
top - Variable in class Keller
 
top() - Method in class AusnahmeKeller
 
top() - Method in class Keller
 
toString() - Method in class AVLBaum
 
toString() - Method in class CharComparable
 
toString() - Method in class Datum
 
toString() - Method in class GeHashing
 
toString() - Method in interface Hashing
 
toString() - Method in class OfHashing
 
toString() - Method in class StringComparable
 
Traverse - class Traverse.
Klasse Traverse bestehend aus vier statischen Methoden zum Traversieren von Baeumen
Traverse() - Constructor for class Traverse
 
TraverseTest - class TraverseTest.
Traversierungen des binaeren Baums mit Operanden in // / \ / \ den Blaettern und Operatoren in den inneren Knoten: // F * X Y
TraverseTest() - Constructor for class TraverseTest
 

U

Umwandlung - class Umwandlung.
implizite und explizite Typumwandlungen zwischen einfachen Datentypen
Umwandlung() - Constructor for class Umwandlung
 
unbal - Variable in class AVLBaum.Status
 

V

value() - Method in class Baum
 
verlege(int, char, char, char) - Static method in class Hanoi
 
visit(Graph, int) - Static method in class Graph_Tiefensuche
 
vorname - Variable in class Mitarbeiter
 
vorname - Variable in class Person
 

Z

Zeichen - class Zeichen.
Umwandlung von Character zur Zahl Umwandlung von Zahl zum Character
Zeichen() - Constructor for class Zeichen
 
Zeichenkette - class Zeichenkette.
Interpretiert zwei eingelesene Zeichenfolgen als Strings und vergleicht sie.
Zeichenkette() - Constructor for class Zeichenkette
 
zeichne() - Static method in class Sichtbarkeit
 
zeige(int[]) - Static method in class Parameter
 
Ziffern - class Ziffern.
Erwartet eine Folge von Ziffern und berechnet den zugehoerigen Wert.
Ziffern() - Constructor for class Ziffern
 
zustand - Variable in class GeHashing
 
zweihoch(int) - Static method in class Rekursion
 

A B C D E F G H I J K L M N O P Q R S T U V Z