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

A

addEdge(String, String, double) - Method in class Graph
 
advance() - Method in interface Liste
 
advance() - Method in class VerweisListe
 
alter() - Method in class Person
 
anf - Variable in class VerweisListe
 
ArrayAbzaehlreim - Class in <Unnamed>
n Kinder stehen im Kreis, jedes k-te wird abgeschlagen.
ArrayAbzaehlreim() - Constructor for class ArrayAbzaehlreim
 
ArraySchlange - Class in <Unnamed>
Implementation des Interface Schlange mit Hilfe eines Arrays
ArraySchlange(int) - Constructor for class ArraySchlange
 
ArraySchlangeTest - Class in <Unnamed>
Programm zum Testen der Methoden des ADT Schlange.
ArraySchlangeTest() - Constructor for class ArraySchlangeTest
 
AusnahmeDatum - Class in <Unnamed>
Klasse AusnahmeDatum bestehend aus drei Integers (Tag, Monat, Jahr) und einem Konstruktor zum Anlegen eines Datums und einer Methode zur Umwandlung eines Datums in einen String.
AusnahmeDatum(int, int, int) - Constructor for class AusnahmeDatum
 
Automat - Class in <Unnamed>
Endlicher Automat mit delta : Zustand x Eingabe -> Zustand.
Automat() - Constructor for class Automat
 
AVLBaum - Class in <Unnamed>
Ein AVLBaum ist ein SuchBaum, bei dem alle Knoten ausgeglichen sind.
AVLBaum() - Constructor for class AVLBaum
 
AVLBaum.Status - Class in <Unnamed>
 
AVLBaum.Status() - Constructor for class AVLBaum.Status
 
AVLBaumTest - Class in <Unnamed>
Klasse zum Testen des AVLBaums: Einfuegen und Loeschen von Character
AVLBaumTest() - Constructor for class AVLBaumTest
 
AVLKnoten - Class in <Unnamed>
Klasse AVLKnoten mit einem Konstruktor.
AVLKnoten(Object) - Constructor for class AVLKnoten
 

B

balance - Variable in class AVLKnoten
 
balance1(AVLKnoten, AVLBaum.Status) - Method in class AVLBaum
 
balance2(AVLKnoten, AVLBaum.Status) - Method in class AVLBaum
 
Baum - Interface in <Unnamed>
Interface Baum mit 4 Methoden.
Bedingung - Class in <Unnamed>
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
 
bitte() - Static method in class Methoden
 
BreitenSuche - Class in <Unnamed>
Klasse BreitenSuche enthaelt statische Methode breitenSuche, die mit Hilfe einer Schlange eine iterativ organisierte Breitensuche auf einem Baum durchfuehrt
BreitenSuche() - Constructor for class BreitenSuche
 
breitenSuche(Baum) - Static method in class BreitenSuche
 
BubbleSort - Class in <Unnamed>
 
BubbleSort() - Constructor for class BubbleSort
 
BucketSort - Class in <Unnamed>
Sortieren durch Verteilen auf Buckets (Faecher).
BucketSort() - Constructor for class BucketSort
 

C

CharKeller - Interface in <Unnamed>
Interface fuer den ADT CharKeller
Collatz - Class in <Unnamed>
Berechnet Collatz-Funktion, d.h.
Collatz() - Constructor for class Collatz
 
compare(Person, Person) - Method in class PersonComparator
 
compareTo(Edge) - Method in class Edge
 
cost - Variable in class Edge
 
count - Variable in class ArraySchlange
 
ctop() - Method in interface CharKeller
 
ctop() - Method in class VerweisCharKeller
 

D

Datum - Class in <Unnamed>
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, int, int) - Constructor for class Datum
 
Datum(int) - Constructor for class Datum
 
DatumException - Exception in <Unnamed>
 
DatumException(String) - Constructor for exception DatumException
 
DatumTest - Class in <Unnamed>
Klasse DatumTest, testet die Klasse Datum
DatumTest() - Constructor for class DatumTest
 
del(AVLKnoten, AVLKnoten, AVLBaum.Status) - Method in class AVLBaum
 
delete(Comparable) - Method in class AVLBaum
 
delete() - Method in interface Liste
 
delete(Comparable) - Method in interface Menge
 
delete(Comparable) - Method in class SuchBaum
 
delete() - Method in class VerweisListe
 
deleteAVL(Comparable, AVLKnoten, AVLKnoten, AVLBaum.Status) - Method in class AVLBaum
 
deq() - Method in class ArraySchlange
 
deq() - Method in interface Schlange
 
dest - Variable in class Edge
 
Dijkstra - Class in <Unnamed>
implementiert den single source shortest path Algorithmus nach Dijkstra
Dijkstra() - Constructor for class Dijkstra
 
dijkstra(Graph, Vertex) - Static method in class Dijkstra
 
dist - Variable in class Vertex
 

E

Edge - Class in <Unnamed>
Klasse zur Repraesentation einer Kante
Edge(Vertex, double) - Constructor for class Edge
 
edges - Variable in class Vertex
 
Eintrag - Class in <Unnamed>
Implementation eines Eintrags fuer die VerweisListe und den VerweisKeller
Eintrag() - Constructor for class Eintrag
 
elem() - Method in interface Liste
 
elem() - Method in class VerweisListe
 
empty() - Method in class ArraySchlange
 
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
 

F

f - Class in <Unnamed>
Sichtbarkeit von Variablen- und Methodennamen
f() - Constructor for class f
 
f - Static variable in class f
 
f() - Static method in class f
 
f(int) - Static method in class f
 
f(int, int) - Static method in class f
 
fach - Variable in class Student
 
Fakultaet - Class in <Unnamed>
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 in <Unnamed>
Verzweigung durch Fallunterscheidung (switch/case-Anweisung)
Fall() - Constructor for class Fall
 
Feld - Class in <Unnamed>
Zusammenfassung mehrerer Daten desselben Typs zu einem Feld
Feld() - Constructor for class Feld
 
fib(int) - Static method in class Rekursion
 
findMax(Knoten) - Method in class SuchBaum
 
Floyd - Class in <Unnamed>
berechnet alle kuerzesten Wege und ihre Kosten mit Algorithmus von Floyd
Floyd() - Constructor for class Floyd
 
floyd(int, double[][], double[][], int[][]) - Static method in class Floyd
 
FloydTest - Class in <Unnamed>
testet den Floyd-Algorithmus
FloydTest() - Constructor for class FloydTest
 
front() - Method in class ArraySchlange
 
front() - Method in interface Schlange
 
full() - Method in class ArraySchlange
 

G

geb_datum - Variable in class Person
 
getVertex(String) - Method in class Graph
 
GGT - Class in <Unnamed>
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 in <Unnamed>
Gleitkommaoperationen
Gleitkomma() - Constructor for class Gleitkomma
 
Graph - Class in <Unnamed>
Klasse zur Implementation eines Graphen basierend auf Vertex und Edge
Graph() - Constructor for class Graph
 
graph - Variable in class Graph
 
GraphIO - Class in <Unnamed>
Routinen zum Einlesen eines gerichteten Graphen
GraphIO() - Constructor for class GraphIO
 
GraphTest - Class in <Unnamed>
testet die Graph-Algorithmen
GraphTest() - Constructor for class GraphTest
 
GraphTraverse - Class in <Unnamed>
traversiert rekursiv alle Knoten eines gerichteten Graphen in TiefenSuche
GraphTraverse() - Constructor for class GraphTraverse
 
grenze - Static variable in class Sichtbarkeit
 

H

Hamilton - Class in <Unnamed>
sucht einen Hamiltonkreis in einem gerichteten Graphen
Hamilton() - Constructor for class Hamilton
 
hamilton(Graph, Vertex) - Static method in class Hamilton
 
Hanoi - Class in <Unnamed>
Tuerme von Hanoi: n Scheiben mit abnehmender Groesse liegen auf dem Startort A.
Hanoi() - Constructor for class Hanoi
 
hasEdge(Vertex) - Method in class Vertex
 
HashMapTest - Class in <Unnamed>
testet die Klasse java.util.HashMap
HashMapTest() - Constructor for class HashMapTest
 
HashSetTest - Class in <Unnamed>
testet die Klasse java.util.HashSet
HashSetTest() - Constructor for class HashSetTest
 
hasMoreElements() - Method in class PreorderTraverse
 
head - Variable in class ArraySchlange
 
HeapSort - Class in <Unnamed>
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 GraphTraverse
 
indegree - Variable in class Vertex
 
INF - Static variable in class FloydTest
 
inhalt - Variable in class ArraySchlange
 
inhalt - Variable in class Eintrag
 
inhalt - Variable in class Knoten
 
inorder(Baum) - Static method in class Traverse
 
insert(Comparable) - Method in class AVLBaum
 
insert(Object) - Method in interface Liste
 
insert(Comparable) - Method in interface Menge
 
insert(Comparable) - Method in class SuchBaum
 
insert(Object) - Method in class VerweisListe
 
insertAVL(Comparable, AVLKnoten, AVLKnoten, AVLBaum.Status) - Method in class AVLBaum
 
isEmpty() - Method in class Graph
 

J

jahr - Variable in class AusnahmeDatum
 
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 in <Unnamed>
Interface fuer den ADT Keller
Kind - Class in <Unnamed>
Klasse Kind bestehend aus Nummer und Verweis auf Nachbarkind mit Konstruktor zum Anlegen eines Kindes
Kind(int) - Constructor for class Kind
 
Klammer - Class in <Unnamed>
Ueberprueft Klammerung mit Hilfe eines Kellers und markiert die erste fehlerhafte Position
Klammer() - Constructor for class Klammer
 
klammerinorder(Baum) - Static method in class Traverse
 
Knoten - Class in <Unnamed>
Klasse Knoten mit einem Konstruktor und einer Methode zur Rueckgabe der String-Repraesentation des Knoteninhalts.
Knoten(Object) - Constructor for class Knoten
 
Konstanten - Class in <Unnamed>
Einsatz von Konstanten fuer ganze Zahlen, Gleitkomma und Character
Konstanten() - Constructor for class Konstanten
 
kopiere(int[]) - Static method in class Parameter
 

L

left() - Method in interface Baum
 
left() - Method in class VerweisBaum
 
LinkedListTest - Class in <Unnamed>
testet die Klasse java.util.LinkedList
LinkedListTest() - Constructor for class LinkedListTest
 
links - Variable in class Knoten
 
Liste - Interface in <Unnamed>
Interface fuer den ADT Liste
lookup(Comparable) - Method in interface Menge
 
lookup(Comparable) - Method in class SuchBaum
 

M

main(String[]) - Static method in class ArrayAbzaehlreim
 
main(String[]) - Static method in class ArraySchlangeTest
 
main(String[]) - Static method in class Automat
 
main(String[]) - Static method in class AVLBaumTest
 
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 DatumTest
 
main(String[]) - Static method in class f
 
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 FloydTest
 
main(String[]) - Static method in class GGT
 
main(String[]) - Static method in class Gleitkomma
 
main(String[]) - Static method in class GraphTest
 
main(String[]) - Static method in class Hanoi
 
main(String[]) - Static method in class HashMapTest
 
main(String[]) - Static method in class HashSetTest
 
main(String[]) - Static method in class Klammer
 
main(String[]) - Static method in class Konstanten
 
main(String[]) - Static method in class LinkedListTest
 
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 PersonComparatorTest
 
main(String[]) - Static method in class PersonStudentTest
 
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 StudentTest
 
main(String[]) - Static method in class SuchBaumTest
 
main(String[]) - Static method in class Suche
 
main(String[]) - Static method in class TestDatum1
 
main(String[]) - Static method in class TestDatum2
 
main(String[]) - Static method in class TraverseTest
 
main(String[]) - Static method in class TreeSetTest
 
main(String[]) - Static method in class Ueberlauf
 
main(String[]) - Static method in class Umwandlung
 
main(String[]) - Static method in class VerweisAbzaehlreim
 
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 in <Unnamed>
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
 
Menge - Interface in <Unnamed>
Interface zum Verwalten einer Menge von Comparable-Objekten.
Merge - Class in <Unnamed>
 
Merge() - Constructor for class Merge
 
merge(int[], int[]) - Static method in class Merge
 
Methoden - Class in <Unnamed>
Klassen-Methoden mit und ohne formale Parameter mit und ohne Rueckgabewert
Methoden() - Constructor for class Methoden
 
monat - Variable in class AusnahmeDatum
 
monat - Variable in class Datum
 

N

N - Static variable in class BucketSort
 
nachname - Variable in class Person
 
name - Variable in class Vertex
 
next - Variable in class Eintrag
 
next - Variable in class Kind
 
next_mat_nr - Static variable in class Student
 
nextElement() - Method in class PreorderTraverse
 
nr - Variable in class Kind
 
nr - Variable in class Vertex
 

P

Parameter - Class in <Unnamed>
Uebergabe von Arrays an Methoden
Parameter() - Constructor for class Parameter
 
Person - Class in <Unnamed>
 
Person(String, String, int, int, int) - Constructor for class Person
 
PersonComparator - Class in <Unnamed>
Implementation fuer das Interface Comparator
PersonComparator() - Constructor for class PersonComparator
 
PersonComparatorTest - Class in <Unnamed>
sortiert LinkedList mithilfe von PersonComparator
PersonComparatorTest() - Constructor for class PersonComparatorTest
 
PersonStudentTest - Class in <Unnamed>
Klasse PersonStudentTest verwendet Instanzen der Klasse Person und der Klasse Student
PersonStudentTest() - Constructor for class PersonStudentTest
 
PersonTest - Class in <Unnamed>
Klasse PersonTest, testet Klasse Person
PersonTest() - Constructor for class PersonTest
 
pop() - Method in interface Keller
 
pop() - Method in class VerweisKeller
 
pos - Variable in class VerweisListe
 
Postfix - Class in <Unnamed>
Wandelt Infix-Ausdruck in Postfix-Ausdruck um.
Postfix() - Constructor for class Postfix
 
PostfixBaumBau - Class in <Unnamed>
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 in <Unnamed>
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 in <Unnamed>
Schrittweise Preordertraversierung eines Baumes mit Interface Enumeration
PreorderTraverse(Baum) - Constructor for class PreorderTraverse
 
prev - Variable in class Vertex
 
printAVLBaum(Baum, int) - Static method in class AVLBaum
 
printGraph(Graph) - Static method in class GraphIO
 
printHamilton(Graph, Vertex) - Static method in class Result
 
printMatrix(double[][]) - Static method in class FloydTest
 
printPath(int[][], int, int) - Static method in class FloydTest
 
printPath(Vertex) - Static method in class Result
 
printPath(Graph, Vertex) - Static method in class Result
 
printPathMatrix(int[][], double[][]) - Static method in class FloydTest
 
printTopo(Graph) - Static method in class Result
 
printTraverse(Graph) - Static method in class Result
 
push(char) - Method in interface CharKeller
 
push(Object) - Method in interface Keller
 
push(char) - Method in class VerweisCharKeller
 
push(Object) - Method in class VerweisKeller
 

Q

QuickSort - Class in <Unnamed>
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
 
quicksort(int[], int, int) - Static method in class QuickSort
 
QuickSortTest - Class in <Unnamed>
testet Quicksort
QuickSortTest() - Constructor for class QuickSortTest
 

R

readGraph() - Static method in class GraphIO
 
rechts - Variable in class Knoten
 
Rekursion - Class in <Unnamed>
Rekursive Methoden
Rekursion() - Constructor for class Rekursion
 
reset() - Method in interface Liste
 
reset(int[]) - Static method in class Parameter
 
reset() - Method in class VerweisListe
 
Result - Class in <Unnamed>
Routinen zum Anzeigen der Loesungen, kodiert in den Arbeitsvariablen
Result() - Constructor for class Result
 
Reverse - Class in <Unnamed>
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(AVLKnoten) - Method in class AVLBaum
 
rotateLR(AVLKnoten) - Method in class AVLBaum
 
rotateRL(AVLKnoten) - Method in class AVLBaum
 
rotateRR(AVLKnoten) - Method in class AVLBaum
 

S

Schlange - Interface in <Unnamed>
Interface zum ADT Schlange
Schleife - Class in <Unnamed>
while-Schleife, do-while-Schleife, break, continue, for-Schleife
Schleife() - Constructor for class Schleife
 
seen - Variable in class Vertex
 
SelectionSort - Class in <Unnamed>
 
SelectionSort() - Constructor for class SelectionSort
 
setMonat(int) - Method in class AusnahmeDatum
 
setze(int) - Static method in class Sichtbarkeit
 
Sichtbarkeit - Class in <Unnamed>
Sichtbarkeit und Lebensdauer von Variablen.
Sichtbarkeit() - Constructor for class Sichtbarkeit
 
Sieb - Class in <Unnamed>
Sieb des Eratosthenes zur Ermittlung von Primzahlen.
Sieb() - Constructor for class Sieb
 
sift(int[], int, int) - Static method in class HeapSort
 
size() - Method in class Graph
 
sort(int[]) - Static method in class BubbleSort
 
sort(char[]) - Static method in class BucketSort
 
sort(int[]) - Static method in class HeapSort
 
sort(int[]) - Static method in class QuickSort
 
sort(int[]) - Static method in class SelectionSort
 
sortGraph(Graph) - Static method in class TopoSort
 
SortTest - Class in <Unnamed>
testet Sortierverfahren
SortTest() - Constructor for class SortTest
 
sterne(int) - Static method in class Methoden
 
Student - Class in <Unnamed>
Klasse Student, spezialisiert die Klasse Person durch statische 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
 
StudentTest - Class in <Unnamed>
Klasse StudentTest, testet die Klasse Student
StudentTest() - Constructor for class StudentTest
 
SuchBaum - Class in <Unnamed>
Implementation eines binaeren Suchbaums ueber Comparable-Objekten.
SuchBaum() - Constructor for class SuchBaum
 
SuchBaumTest - Class in <Unnamed>
Testet den SuchBaum mit Character-Objekten.
SuchBaumTest() - Constructor for class SuchBaumTest
 
Suche - Class in <Unnamed>
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 AusnahmeDatum
 
tag - Variable in class Datum
 
TestDatum1 - Class in <Unnamed>
 
TestDatum1() - Constructor for class TestDatum1
 
TestDatum2 - Class in <Unnamed>
 
TestDatum2() - Constructor for class TestDatum2
 
tiefensuche(Graph) - Static method in class GraphTraverse
 
TiefenSuche - Class in <Unnamed>
Klasse Tiefensuche enthaelt statische Methode tiefenSuche, die mit Hilfe eines Kellers eine iterativ organisierte Tiefensuche auf einem Baum durchfuehrt (= preorder)
TiefenSuche() - Constructor for class TiefenSuche
 
tiefenSuche(Baum) - Static method in class TiefenSuche
 
top() - Method in interface Keller
 
top - Variable in class VerweisKeller
 
top() - Method in class VerweisKeller
 
TopoSort - Class in <Unnamed>
Topologisches Sortieren eines gerichteten Graphen
TopoSort() - Constructor for class TopoSort
 
toString() - Method in class AusnahmeDatum
 
toString() - Method in class AVLKnoten
 
toString() - Method in class Datum
 
toString() - Method in class Knoten
 
toString() - Method in class Person
 
Traverse - Class in <Unnamed>
Klasse Traverse bestehend aus vier statischen Methoden zum Traversieren von Baeumen
Traverse() - Constructor for class Traverse
 
TraverseTest - Class in <Unnamed>
Traversierungen des binaeren Baums mit Operanden in // / \ / \ den Blaettern und Operatoren in den inneren Knoten: // F * X Y
TraverseTest() - Constructor for class TraverseTest
 
TreeSetTest - Class in <Unnamed>
testet die Klasse java.util.TreeSet
TreeSetTest() - Constructor for class TreeSetTest
 

U

Ueberlauf - Class in <Unnamed>
Integer-Ueberlauf
Ueberlauf() - Constructor for class Ueberlauf
 
Umwandlung - Class in <Unnamed>
implizite und explizite Typumwandlungen zwischen einfachen Datentypen
Umwandlung() - Constructor for class Umwandlung
 
unbalanciert - 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
 
Vertex - Class in <Unnamed>
Klasse zur Repraesentation eines Knoten
Vertex(String) - Constructor for class Vertex
 
vertices() - Method in class Graph
 
VerweisAbzaehlreim - Class in <Unnamed>
Klasse VerweisAbzaehlreim implementiert einen Abzaehlreim mit k Silben fuer n Kinder mit Verweisen verwendet dabei Objekte vom Typ Kind
VerweisAbzaehlreim() - Constructor for class VerweisAbzaehlreim
 
VerweisBaum - Class in <Unnamed>
Klasse VerweisBaum mit vier Konstruktoren und vier Methoden.
VerweisBaum() - Constructor for class VerweisBaum
 
VerweisBaum(Object) - Constructor for class VerweisBaum
 
VerweisBaum(VerweisBaum, Object, VerweisBaum) - Constructor for class VerweisBaum
 
VerweisBaum(Knoten) - Constructor for class VerweisBaum
 
VerweisCharKeller - Class in <Unnamed>
Abstrakter Datentyp Character-Keller mit Elementen vom Typ char
VerweisCharKeller() - Constructor for class VerweisCharKeller
 
VerweisKeller - Class in <Unnamed>
Implementation eines Kellers mithilfe von Verweisen
VerweisKeller() - Constructor for class VerweisKeller
 
VerweisListe - Class in <Unnamed>
Implementation des Interface Liste mithilfe von Verweisen
VerweisListe() - Constructor for class VerweisListe
 
VerweisListeTest - Class in <Unnamed>
Testet die Implementation der VerweisListe
VerweisListeTest() - Constructor for class VerweisListeTest
 
visit(Vertex) - Static method in class GraphTraverse
 
vorname - Variable in class Person
 

W

wurzel - Variable in class VerweisBaum
 

Z

Zeichen - Class in <Unnamed>
Umwandlung von Character zur Zahl Umwandlung von Zahl zum Character
Zeichen() - Constructor for class Zeichen
 
Zeichenkette - Class in <Unnamed>
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 in <Unnamed>
Erwartet eine Folge von Ziffern und berechnet den zugehoerigen Wert.
Ziffern() - Constructor for class Ziffern
 
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 P Q R S T U V W Z