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 interface Liste
 
advance() - Method in class VerweisListe
 
alter() - Method in class Person
 
anf - Variable in class VerweisListe
 
ArrayAbzaehlreim - class ArrayAbzaehlreim.
n Kinder stehen im Kreis, jedes k-te wird abgeschlagen.
ArrayAbzaehlreim() - Constructor for class ArrayAbzaehlreim
 
ArraySchlange - class ArraySchlange.
Implementation des Interface Schlange mit Hilfe eines Arrays
ArraySchlange(int) - Constructor for class ArraySchlange
 
ArraySchlangeTest - class ArraySchlangeTest.
Programm zum Testen der Methoden des ADT Schlange.
ArraySchlangeTest() - Constructor for class ArraySchlangeTest
 
ausgeben(Graph) - Static method in class Graph_IO
 
AusnahmeKeller - class AusnahmeKeller.
Implementation eines Kellers unter Verwendung von eigenen Exceptions (Obacht: ohne Bezug auf das Interface Keller ! )
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 - interface Baum.
Interface Baum mit 7 Methoden.
Bedingung - class Bedingung.
Verzweigung durch Bedingung (if-Anweisung, Bedingungsoperator) Vergleichsoperatoren: < kleiner <= kleiner gleich == gleich > groesser >= groesser gleich != ungleich logische Operatoren: && und || oder ^ exklusives 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

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
 
count - Variable in class ArraySchlange
 
ctop() - Method in class CharKeller
 

D

Datum - class Datum.
Klasse Datum bestehend aus drei Integers (Tag, Monat, Jahr) und 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 interface Liste
 
delete() - Method in class VerweisListe
 
delete(Comparable) - Method in class AVLBaum
 
delete(Comparable) - Method in class GeHashing
 
delete(Comparable) - Method in interface Menge
 
delete(Comparable) - Method in class OfHashing
 
delete(Comparable) - Method in class SuchBaum
 
deleteAVL(Comparable, AVLBaum.Status) - Method in class AVLBaum
 
deq() - Method in class ArraySchlange
 
deq() - Method in interface Schlange
 

E

einlesen() - Static method in class Graph_IO
 
elem() - Method in interface Liste
 
elem() - Method in class VerweisListe
 
empty() - Method in class ArraySchlange
 
empty() - Method in class AusnahmeKeller
 
empty() - Method in interface Baum
 
empty() - Method in interface Keller
 
empty() - Method in interface Liste
 
empty() - Method in interface Schlange
 
empty() - Method in class VerweisBaum
 
empty() - Method in class VerweisKeller
 
empty() - Method in class VerweisListe
 
endpos() - Method in interface Liste
 
endpos() - Method in class VerweisListe
 
enq(Object) - Method in class ArraySchlange
 
enq(Object) - Method in interface 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
 
first - Variable in class SpielBaum
 
front() - Method in class ArraySchlange
 
front() - Method in interface Schlange
 
full() - Method in class ArraySchlange
 

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
 
GeHashing - class GeHashing.
Implementation des Interface Menge 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
 

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
 
HashTest - class HashTest.
Testet die Hash-Tabelle mit String-Objekten.
HashTest() - Constructor for class HashTest
 
hasMoreElements() - Method in class PreorderTraverse
 
head - Variable in class ArraySchlange
 
HeapSort - class HeapSort.
Iteratives Sortieren mit Heapsort Entnimm einem Heap so lange das kleinste Element, bis er leer ist.
HeapSort() - Constructor for class HeapSort
 
hole() - Static method in class Sichtbarkeit
 

I

i - Static variable in class Sichtbarkeit
 
id - Static variable in class Graph_Tiefensuche
 
inhalt - Variable in class ArraySchlange
 
inhalt - Variable in class AusnahmeKeller.KellerEintrag
 
inhalt - Variable in class GeHashing
 
inhalt - Variable in class VerweisBaum
 
inhalt - Variable in class VerweisKeller.KellerEintrag
 
inhalt - Variable in class VerweisListe.ListenEintrag
 
inorder(Baum) - Static method in class Traverse
 
insert(Comparable) - Method in class AVLBaum
 
insert(Comparable) - Method in class GeHashing
 
insert(Comparable) - Method in interface Menge
 
insert(Comparable) - Method in class OfHashing
 
insert(Comparable) - Method in class SuchBaum
 
insert(int, int) - Method in class Graph
 
insert(Object) - Method in interface Liste
 
insert(Object) - Method in class VerweisListe
 
insertAVL(Comparable, AVLBaum.Status) - Method in class AVLBaum
 

J

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

K

k - Variable in class PreorderTraverse
 
Keller - interface Keller.
Interface fuer den ADT 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 und markiert die erste fehlerhafte Position
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 GeHashing
 
left() - Method in interface Baum
 
left() - Method in class VerweisBaum
 
links - Variable in class VerweisBaum
 
Liste - interface Liste.
Interface fuer den ADT Liste
lookup(Comparable) - Method in class GeHashing
 
lookup(Comparable) - Method in interface Menge
 
lookup(Comparable) - Method in class OfHashing
 
lookup(Comparable) - Method in class SuchBaum
 

M

main(String[]) - Static method in class AVLBaumTest
 
main(String[]) - Static method in class ArrayAbzaehlreim
 
main(String[]) - Static method in class ArraySchlangeTest
 
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 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 Kind
 
main(String[]) - Static method in class Klammer
 
main(String[]) - Static method in class Konstanten
 
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 PostfixPreorderTest
 
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 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 VerweisListeTest
 
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
 
Menge - interface Menge.
Interface zum Verwalten einer Menge von Comparable-Objekten.
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
 
monat - Variable in class Datum
 
moreNeighbors(int) - Method in class Graph
 

N

N - Static variable in class BucketSort
 
nachname - Variable in class Person
 
next - Variable in class AusnahmeKeller.KellerEintrag
 
next - Variable in class Kind
 
next - Variable in class SpielBaum
 
next - Variable in class VerweisKeller.KellerEintrag
 
next - Variable in class VerweisListe.ListenEintrag
 
next_mat_nr - Static variable in class Student
 
nextElement() - Method in class PreorderTraverse
 
nextNeighbor(int) - Method in class Graph
 
nr - Variable in class Kind
 
number() - Method in class Graph
 

O

OfHashing - class OfHashing.
Implementation des Interface Menge durch Array von Listen
OfHashing(int) - Constructor for class OfHashing
 

P

Parameter - class Parameter.
Uebergabe von Arrays 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 interface Keller
 
pop() - Method in class VerweisKeller
 
pos - Variable in class VerweisListe
 
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
 
PostfixPreorderTest - class PostfixPreorderTest.
Klasse PostfixPreorderTest konstruiert unter Verwendung von PostfixBaumBau einen Baum aus dem eingelesenen String und gibt ihn in Preorder-Notation aus unter Verwendung von PreorderTraverse
PostfixPreorderTest() - Constructor for class PostfixPreorderTest
 
postorder(Baum) - Static method in class Traverse
 
preorder(Baum) - Static method in class Traverse
 
PreorderTraverse - class PreorderTraverse.
Schrittweise Preordertraversierung eines Baumes mit Interface Enumeration
PreorderTraverse(Baum) - Constructor for class PreorderTraverse
 
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 interface Keller
 
push(Object) - Method in class VerweisKeller
 

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 VerweisBaum
 
Rekursion - class Rekursion.
Rekursive Methoden
Rekursion() - Constructor for class Rekursion
 
reset() - Method in class Graph
 
reset() - Method in interface Liste
 
reset() - Method in class VerweisListe
 
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 interface Baum
 
right() - Method in class VerweisBaum
 
rotateLL() - Method in class AVLBaum
 
rotateLR() - Method in class AVLBaum
 
rotateRL() - Method in class AVLBaum
 
rotateRR() - Method in class AVLBaum
 

S

Schlange - interface Schlange.
Interface zum ADT Schlange
Schleife - class Schleife.
while-Schleife, do-while-Schleife, break, continue, for-Schleife
Schleife() - Constructor for class Schleife
 
SelectionSort - class SelectionSort.
 
SelectionSort() - Constructor for class SelectionSort
 
setLeft(Baum) - Method in interface Baum
 
setLeft(Baum) - Method in class VerweisBaum
 
setRight(Baum) - Method in interface Baum
 
setRight(Baum) - Method in class VerweisBaum
 
setValue(Object) - Method in interface Baum
 
setValue(Object) - Method in class VerweisBaum
 
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
 
stellung - Variable in class SpielBaum
 
sterne(int) - Static method in class Methoden
 
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 Character-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 VerweisKeller
 
top() - Method in class AusnahmeKeller
 
top() - Method in interface Keller
 
top() - Method in class VerweisKeller
 
toString() - Method in class AVLBaum
 
toString() - Method in class Datum
 
toString() - Method in class GeHashing
 
toString() - Method in class OfHashing
 
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 interface Baum
 
value() - Method in class VerweisBaum
 
verlege(int, char, char, char) - Static method in class Hanoi
 
VerweisBaum - class VerweisBaum.
Klasse VerweisBaum mit einem Konstruktor und 7 Methoden.
VerweisBaum() - Constructor for class VerweisBaum
 
VerweisKeller - class VerweisKeller.
Implementation eines Kellers mithilfe von Verweisen
VerweisKeller.KellerEintrag - class VerweisKeller.KellerEintrag.
 
VerweisKeller.KellerEintrag() - Constructor for class VerweisKeller.KellerEintrag
 
VerweisKeller() - Constructor for class VerweisKeller
 
VerweisListe - class VerweisListe.
Implementation des Interface Liste mithilfe von Verweisen
VerweisListe.ListenEintrag - class VerweisListe.ListenEintrag.
 
VerweisListe.ListenEintrag() - Constructor for class VerweisListe.ListenEintrag
 
VerweisListe() - Constructor for class VerweisListe
 
VerweisListeTest - class VerweisListeTest.
Testet die Implementation der VerweisListe
VerweisListeTest() - Constructor for class VerweisListeTest
 
visit(Graph, int) - Static method in class Graph_Tiefensuche
 
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 Methoden
 
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