Index

A C D E F G H I M O P R S T 
All Classes and Interfaces|All Packages

A

AhaExample - Class in ch.hslu.exercises.sw01.ex2
 
Allocation - Class in ch.hslu.exercises.sw02.ex2
 
Allocation(long, long) - Constructor for class ch.hslu.exercises.sw02.ex2.Allocation
 
ArrayCharQueue - Class in ch.hslu.exercises.sw02.ex4
 
ArrayCharQueue() - Constructor for class ch.hslu.exercises.sw02.ex4.ArrayCharQueue
 
ArrayStringStack - Class in ch.hslu.exercises.sw02.ex3
 
ArrayStringStack(int) - Constructor for class ch.hslu.exercises.sw02.ex3.ArrayStringStack
 

C

ch.hslu.demo - package ch.hslu.demo
Demo-Package.
ch.hslu.exercises.sw01.ex1 - package ch.hslu.exercises.sw01.ex1
 
ch.hslu.exercises.sw01.ex2 - package ch.hslu.exercises.sw01.ex2
 
ch.hslu.exercises.sw01.ex4 - package ch.hslu.exercises.sw01.ex4
 
ch.hslu.exercises.sw01.ex7 - package ch.hslu.exercises.sw01.ex7
 
ch.hslu.exercises.sw02.ex2 - package ch.hslu.exercises.sw02.ex2
 
ch.hslu.exercises.sw02.ex3 - package ch.hslu.exercises.sw02.ex3
 
ch.hslu.exercises.sw02.ex4 - package ch.hslu.exercises.sw02.ex4
 
CharQueue - Interface in ch.hslu.exercises.sw02.ex4
 
compareTo(Allocation) - Method in class ch.hslu.exercises.sw02.ex2.Allocation
 

D

DemoApp - Class in ch.hslu.demo
Demo-Applikation für Point-Klasse.

E

equals(Object) - Method in class ch.hslu.demo.Point
Zwei Punkte mit identischen Koordinaten sind gleich.
equals(Object) - Method in class ch.hslu.exercises.sw02.ex2.Allocation
 

F

fiboIter(long) - Static method in class ch.hslu.exercises.sw01.ex4.Fibonacci
 
Fibonacci - Class in ch.hslu.exercises.sw01.ex4
 
fiboRec1(long) - Static method in class ch.hslu.exercises.sw01.ex4.Fibonacci
 
fiboRec2(long) - Static method in class ch.hslu.exercises.sw01.ex4.Fibonacci
 

G

get(int) - Method in class ch.hslu.exercises.sw02.ex2.MyLinkedList
 
getHead() - Method in class ch.hslu.exercises.sw02.ex2.MyLinkedList
 
getNextPalindrome(String) - Static method in class ch.hslu.exercises.sw01.ex7.PalindromeChecker
 
getQuadrant() - Method in class ch.hslu.demo.Point
Liefert den Quadranten in welchem der Punkt liegt.
getSize() - Method in class ch.hslu.exercises.sw02.ex2.Allocation
 
getStartingAddress() - Method in class ch.hslu.exercises.sw02.ex2.Allocation
 
getX() - Method in class ch.hslu.demo.Point
Liefert x-Koordinate zurück.
getY() - Method in class ch.hslu.demo.Point
Liefert y-Koordinate zurück.
GGT - Class in ch.hslu.exercises.sw01.ex1
 
ggtIterativ1(int, int) - Static method in class ch.hslu.exercises.sw01.ex1.GGT
 
ggtIterativ2(int, int) - Static method in class ch.hslu.exercises.sw01.ex1.GGT
 
ggtRekursiv(int, int) - Static method in class ch.hslu.exercises.sw01.ex1.GGT
 

H

hashCode() - Method in class ch.hslu.demo.Point
Liefert Hashcode auf Basis von x- und y-Koordinate.
hashCode() - Method in class ch.hslu.exercises.sw02.ex2.Allocation
 

I

insertAtHead(T...) - Method in class ch.hslu.exercises.sw02.ex2.MyLinkedList
 
isEmpty() - Method in class ch.hslu.exercises.sw02.ex2.MyLinkedList
 
isEmpty() - Method in class ch.hslu.exercises.sw02.ex3.ArrayStringStack
 
isEmpty() - Method in interface ch.hslu.exercises.sw02.ex3.Stack
Checks if the stack is empty.
isFull() - Method in class ch.hslu.exercises.sw02.ex3.ArrayStringStack
 
isFull() - Method in interface ch.hslu.exercises.sw02.ex3.Stack
Checks if the Stack is full.
isPalindrome(String) - Static method in class ch.hslu.exercises.sw01.ex7.PalindromeChecker
 
iterator() - Method in class ch.hslu.exercises.sw02.ex2.MyLinkedList
 

M

main(String[]) - Static method in class ch.hslu.demo.DemoApp
Main-Methode.
main(String[]) - Static method in class ch.hslu.exercises.sw02.ex3.StackDemo
 
MyLinkedList<T> - Class in ch.hslu.exercises.sw02.ex2
 
MyLinkedList() - Constructor for class ch.hslu.exercises.sw02.ex2.MyLinkedList
 

O

offer(char) - Method in class ch.hslu.exercises.sw02.ex4.ArrayCharQueue
 
offer(char) - Method in interface ch.hslu.exercises.sw02.ex4.CharQueue
Add a char to the head of the queue.

P

PalindromeChecker - Class in ch.hslu.exercises.sw01.ex7
 
peek() - Method in class ch.hslu.exercises.sw02.ex3.ArrayStringStack
 
peek() - Method in interface ch.hslu.exercises.sw02.ex3.Stack
Take a look the top element without removing it.
Point - Class in ch.hslu.demo
Modell eines Punktes im 2D-Raum.
Point(int, int) - Constructor for class ch.hslu.demo.Point
Konstruktor für Punkt mit Koordinaten.
poll() - Method in class ch.hslu.exercises.sw02.ex4.ArrayCharQueue
 
poll() - Method in interface ch.hslu.exercises.sw02.ex4.CharQueue
Get a char from the head of the queue.
pop() - Method in class ch.hslu.exercises.sw02.ex3.ArrayStringStack
 
pop() - Method in interface ch.hslu.exercises.sw02.ex3.Stack
Take the top element from the stack.
popElementAtHead() - Method in class ch.hslu.exercises.sw02.ex2.MyLinkedList
 
push(String) - Method in class ch.hslu.exercises.sw02.ex3.ArrayStringStack
 
push(T) - Method in interface ch.hslu.exercises.sw02.ex3.Stack
Pushes an element on top of the stack.

R

removeElement(T) - Method in class ch.hslu.exercises.sw02.ex2.MyLinkedList
 

S

size() - Method in class ch.hslu.exercises.sw02.ex2.MyLinkedList
 
size() - Method in class ch.hslu.exercises.sw02.ex3.ArrayStringStack
 
size() - Method in interface ch.hslu.exercises.sw02.ex3.Stack
Get the size of the Stack.
size() - Method in class ch.hslu.exercises.sw02.ex4.ArrayCharQueue
 
size() - Method in interface ch.hslu.exercises.sw02.ex4.CharQueue
Get the current size of the queue.
Stack<T> - Interface in ch.hslu.exercises.sw02.ex3
 
StackDemo - Class in ch.hslu.exercises.sw02.ex3
 

T

task(int) - Static method in class ch.hslu.exercises.sw01.ex2.AhaExample
 
task(int, boolean) - Static method in class ch.hslu.exercises.sw01.ex2.AhaExample
 
toString() - Method in class ch.hslu.demo.Point
Liefert eine String-Repräsentation des Punktes.
toString() - Method in class ch.hslu.exercises.sw02.ex4.ArrayCharQueue
 
A C D E F G H I M O P R S T 
All Classes and Interfaces|All Packages