Class | Tree | Index | Help
PREV | NEXT FRAMES  | NO FRAMES
A B C D E F G H I J K L M N O P R S T U V W Y Z

A

add(int, int) - Method in class java.util.Calendar
Date Arithmetic function.
addFirst(Object) - Method in class java.util.LinkedList
Inserts the given element at the beginning of this List.
add(int, int) - Method in class java.util.GregorianCalendar
Overrides Calendar Date Arithmetic function.
addLast(Object) - Method in class java.util.LinkedList
Appends the given element to the end of this List.
add(Object) - Method in interface java.util.ListIterator
Inserts the specified element into the List.
addtag(Kalendertag, LinkedList) - Static method in class KalenderTest
Methode zum geordneten Einfuegen eines Feiertags oder Termins in eine nach Datum und Uhrzeit aufsteigend sortierte verkette Liste (Kalender).
AD - Static variable in class java.util.GregorianCalendar
Value of the ERA field indicating the common era (Anno Domini), also known as CE. The sequence of years at the transition from BC to AD is ...
after(Object) - Method in class java.util.Calendar
Compares the time field records.
AM_PM - Static variable in class java.util.Calendar
Field number for get and set indicating whether the HOUR is before or after noon.
AM - Static variable in class java.util.Calendar
Value of the AM_PM field indicating the period of the day from midnight to just before noon.
applyLocalizedPattern(String) - Method in class java.text.SimpleDateFormat
Apply the given localized pattern string to this date format.
applyPattern(String) - Method in class java.text.SimpleDateFormat
Apply the given unlocalized pattern string to this date format.
APRIL - Static variable in class java.util.Calendar
Value of the MONTH field indicating the fourth month of the year.
areAllFieldsSet - Variable in class java.util.Calendar
True if all fields have been set.
areFieldsSet - Variable in class java.util.Calendar
True if fields[] are in sync with the currently set time.
AUGUST - Static variable in class java.util.Calendar
Value of the MONTH field indicating the eighth month of the year.
ausgeben() - Method in class Kalendertag
Diese Methode gibt das Datum (und gegebenenfalls die Uhrzeit) sowie die Notiz auf dem Bildschirm aus.

B

BC - Static variable in class java.util.GregorianCalendar
Value of the ERA field indicating the period before the common era (before Christ), also known as BCE. The sequence of years at the transition from BC to AD is ...
before(Object) - Method in class java.util.Calendar
Compares the time field records.
bistag - Variable in class Termin
Datum, bis zu dem der Termin jede Woche auftreten soll.

C

Calendar() - Constructor for class java.util.Calendar
Constructs a Calendar with the default time zone and locale.
Calendar(TimeZone, Locale) - Constructor for class java.util.Calendar
Constructs a calendar with the specified time zone and locale.
Calendar - class java.util.Calendar.
Calendar is an abstract base class for converting between a Date object and a set of integer fields such as YEAR, MONTH, DAY, HOUR, and so on.
clear() - Method in class java.util.Calendar
Clears the values of all the time fields.
clear(int) - Method in class java.util.Calendar
Clears the value in the given time field.
clear() - Method in class java.util.LinkedList
Removes all of the elements from this List.
clearScreen() - Static method in class AlgoTools.IO
Löscht den Bildschirminhalt.
clone() - Method in class java.util.Calendar
Overrides Cloneable
clone() - Method in class java.util.LinkedList
Returns a shallow copy of this LinkedList.
clone() - Method in class java.text.SimpleDateFormat
Overrides Cloneable
complete() - Method in class java.util.Calendar
Fills in any unset fields in the time field list.
computeFields() - Method in class java.util.Calendar
Converts the current millisecond time value time to field values in fields[].
computeFields() - Method in class java.util.GregorianCalendar
Overrides Calendar Converts UTC as milliseconds to time field values.
computeTime() - Method in class java.util.Calendar
Converts the current field values in fields[] to the millisecond time value time.
computeTime() - Method in class java.util.GregorianCalendar
Overrides Calendar Converts time field values to UTC as milliseconds.
currentSerialVersion - Static variable in class java.util.Calendar
 
currentSerialVersion - Static variable in class java.text.SimpleDateFormat
 

D

DATE - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
DAY_OF_MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
DAY_OF_WEEK_IN_MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the ordinal number of the day of the week within the current month.
DAY_OF_WEEK - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the week.
DAY_OF_YEAR - Static variable in class java.util.Calendar
Field number for get and set indicating the day number within the current year.
DECEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the twelfth month of the year.
DST_OFFSET - Static variable in class java.util.Calendar
Field number for get and set indicating the daylight savings offset in milliseconds.

E

EINE_WOCHE - Static variable in class Termin
Anzahl der Tage in einer Woche (= Zeitraum zwischen zwei Terminwiederholungen).
equals(Object) - Method in class java.util.Calendar
Compares this calendar to the specified object.
equals(Object) - Method in class java.text.SimpleDateFormat
Override equals.
ERA - Static variable in class java.util.Calendar
Field number for get and set indicating the era, e.g.
error(String, int) - Static method in class AlgoTools.IO
Die Methode gibt den uebergegebenen String als Fehlermeldung aus und bricht dann das Programm ab.
error(String) - Static method in class AlgoTools.IO
Die Methode gibt den uebergegebenen String als Fehlermeldung aus und bricht dann das Programm ab.

F

FixFeiertag(String, int, int, int) - Constructor for class FixFeiertag
 
FEBRUARY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the second month of the year.
FIELD_COUNT - Static variable in class java.util.Calendar
The number of distict fields recognized by get and set.
fields - Variable in class java.util.Calendar
The field values for the currently set time for this calendar.
FixFeiertag - class FixFeiertag.
Instanzen dieser Unterklasse der abstrakten Klasse Kalendertag verwalten jeweils einen festen Feiertag, also einen Feiertag, der jedes Jahr auf das gleiche Datum faellt.
format(Date, StringBuffer, FieldPosition) - Method in class java.text.SimpleDateFormat
Overrides DateFormat

Formats a date or time, which is the standard millis since January 1, 1970, 00:00:00 GMT.

Example: using the US locale: "yyyy.

formatter - Variable in class Kalendertag
fuer die formatierte Ausgabe des Datums (und ggb. der Uhrzeit).
FRIDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Friday.


G

GregorianCalendar() - Constructor for class java.util.GregorianCalendar
Constructs a default GregorianCalendar using the current time in the default time zone with the default locale.
GregorianCalendar(TimeZone) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the given time zone with the default locale.
GregorianCalendar(Locale) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the default time zone with the given locale.
GregorianCalendar(TimeZone, Locale) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the given time zone with the given locale.
GregorianCalendar(int, int, int) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date set in the default time zone with the default locale.
GregorianCalendar(int, int, int, int, int) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date and time set for the default time zone with the default locale.
GregorianCalendar(int, int, int, int, int, int) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date and time set for the default time zone with the default locale.
get2DigitYearStart() - Method in class java.text.SimpleDateFormat
Returns the beginning date of the 100-year period 2-digit years are interpreted as being within.
getActualMaximum(int) - Method in class java.util.Calendar
Return the maximum value that this field could have, given the current date.
getActualMaximum(int) - Method in class java.util.GregorianCalendar
Return the maximum value that this field could have, given the current date.
getActualMinimum(int) - Method in class java.util.Calendar
Return the minimum value that this field could have, given the current date.
getActualMinimum(int) - Method in class java.util.GregorianCalendar
Return the minimum value that this field could have, given the current date.
getAvailableLocales() - Static method in class java.util.Calendar
Gets the list of locales for which Calendars are installed.
get(int) - Method in class java.util.Calendar
Gets the value for a given time field.
getDateFormatSymbols() - Method in class java.text.SimpleDateFormat
Gets the date/time formatting data.
getFirstDayOfWeek() - Method in class java.util.Calendar
Gets what the first day of the week is; e.g.
getFirst() - Method in class java.util.LinkedList
Returns the first Element in this List.
getGreatestMinimum(int) - Method in class java.util.Calendar
Gets the highest minimum value for the given field if varies.
getGreatestMinimum(int) - Method in class java.util.GregorianCalendar
Returns highest minimum value for the given field if varies.
getGregorianChange() - Method in class java.util.GregorianCalendar
Gets the Gregorian Calendar change date.
getInstance() - Static method in class java.util.Calendar
Gets a calendar using the default time zone and locale.
getInstance(TimeZone) - Static method in class java.util.Calendar
Gets a calendar using the specified time zone and default locale.
getInstance(Locale) - Static method in class java.util.Calendar
Gets a calendar using the default time zone and specified locale.
getInstance(TimeZone, Locale) - Static method in class java.util.Calendar
Gets a calendar with the specified time zone and locale.
getISOYear() - Method in class java.util.GregorianCalendar
Return the year that corresponds to the WEEK_OF_YEAR field.
getLast() - Method in class java.util.LinkedList
Returns the last Element in this List.
getLeastMaximum(int) - Method in class java.util.Calendar
Gets the lowest maximum value for the given field if varies.
getLeastMaximum(int) - Method in class java.util.GregorianCalendar
Returns lowest maximum value for the given field if varies.
getMaximum(int) - Method in class java.util.Calendar
Gets the maximum value for the given time field. e.g. for Gregorian DAY_OF_MONTH, 31.
getMaximum(int) - Method in class java.util.GregorianCalendar
Returns maximum value for the given field. e.g. for Gregorian DAY_OF_MONTH, 31 Please see Calendar.getMaximum for descriptions on parameters and the return value.
getMinimalDaysInFirstWeek() - Method in class java.util.Calendar
Gets what the minimal days required in the first week of the year are; e.g.
getMinimum(int) - Method in class java.util.Calendar
Gets the minimum value for the given time field. e.g.
getMinimum(int) - Method in class java.util.GregorianCalendar
Returns minimum value for the given field. e.g. for Gregorian DAY_OF_MONTH, 1 Please see Calendar.getMinimum for descriptions on parameters and the return value.
getTime() - Method in class java.util.Calendar
Gets this Calendar's current time.
getTimeInMillis() - Method in class java.util.Calendar
Gets this Calendar's current time as a long.
getTimeZone() - Method in class java.util.Calendar
Gets the time zone.
GregorianCalendar - class java.util.GregorianCalendar.
GregorianCalendar is a concrete subclass of Calendar and provides the standard calendar used by most of the world.

H

hashCode() - Method in class java.util.GregorianCalendar
Override hashCode.
hashCode() - Method in class java.text.SimpleDateFormat
Override hashCode.
hasNext() - Method in interface java.util.Iterator
Returns true if the iteration has more elements.
hasNext() - Method in interface java.util.ListIterator
Returns true if this ListIterator has more elements when traversing the List in the forward direction.
hasPrevious() - Method in interface java.util.ListIterator
Returns true if this ListIterator has more elements when traversing the list in the reverse direction.
HOUR_OF_DAY - Static variable in class java.util.Calendar
Field number for get and set indicating the hour of the day.
HOUR - Static variable in class java.util.Calendar
Field number for get and set indicating the hour of the morning or afternoon.

I

inDaylightTime() - Method in class java.util.GregorianCalendar
Return true if the current time for this Calendar is in Daylignt Savings Time.
internalGet(int) - Method in class java.util.Calendar
Gets the value for a given time field.
INTERNALLY_SET - Static variable in class java.util.Calendar
 
internalSet(int, int) - Method in class java.util.Calendar
Sets the value for the given time field.
IO - class AlgoTools.IO.
Die Klasse IO beinhaltet Methoden zum Einlesen und Ausgeben von Daten.
isLeapYear(int) - Method in class java.util.GregorianCalendar
Determines if the given year is a leap year.
isLenient() - Method in class java.util.Calendar
Tell whether date/time interpretation is to be lenient.
isSet - Variable in class java.util.Calendar
The flags which tell if a specified time field for the calendar is set.
isSet(int) - Method in class java.util.Calendar
Determines if the given time field has a value set.
isTimeSet - Variable in class java.util.Calendar
True if then the value of time is valid.
Iterator - interface java.util.Iterator.
An iterator over a Collection.

J

JANUARY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the first month of the year.
JULY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the seventh month of the year.
JUNE - Static variable in class java.util.Calendar
Value of the MONTH field indicating the sixth month of the year.

K

Kalendertag(String, int, int, int) - Constructor for class Kalendertag
Dieser Konstruktor erzeugt einen Kalendertag basierend auf einem Initialdatum und einer Notiz.
Kalendertag(String, int, int, int, int, int) - Constructor for class Kalendertag
Dieser Konstruktor erzeugt einen Kalendertag basierend auf einem Initialdatum und einer Notiz.
kalender - Static variable in class KalenderTest
Kalender als verkettete Liste von Feiertagen und Terminen.
Kalendertag - class Kalendertag.
Instanzen von Unterklassen der abstrakten Klasse Kalendertag verwalten jeweils ein Datum oder einen Termin (Datum plus Uhrzeit) mit einer Notiz fuer einen Kalender mit Notizfunktion zur Verwaltung von Terminen (Festtage, Treffen, Besprechungen, etc.).
kalendertag - Variable in class Kalendertag
fuer die Verwaltung des Datums (und ggb. der Uhrzeit).
KalenderTest - class KalenderTest.
Die Klasse KalenderTest realisiert einen Kalender mit mit Notizfunktion zur Verwaltung von Terminen (Festtage, Treffen, Besprechungen oder aehnliches) und dient zum Testen der Klassen KalenderTag, FixFeiertag, VarFeiertag und Termin.

L

LinkedList() - Constructor for class java.util.LinkedList
Constructs an empty Linked List.
LinkedList(Collection) - Constructor for class java.util.LinkedList
Constructs a LinkedList containing the elements of the specified Collection, in the order they are returned by the Collection's iterator.
LinkedList - class java.util.LinkedList.
Linked list implementation of the List interface.
ListIterator - interface java.util.ListIterator.
An Iterator for Lists that allows the programmer to traverse the List in either direction and modify the list during iteration.
listIterator(int) - Method in class java.util.LinkedList
Returns a ListIterator of the elements in this List (in proper sequence), starting at the specified position in the list.

M

main(String[]) - Static method in class KalenderTest
Hauptprogramm zum Testen der Klassen KalenderTag, FixFeiertag, VarFeiertag und Termin.
MARCH - Static variable in class java.util.Calendar
Value of the MONTH field indicating the third month of the year.
MAY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the fifth month of the year.
MILLISECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the millisecond within the second.
MINIMUM_USER_STAMP - Static variable in class java.util.Calendar
 
MINUTE - Static variable in class java.util.Calendar
Field number for get and set indicating the minute within the hour.
MONDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Monday.
MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the month.

N

nextIndex() - Method in interface java.util.ListIterator
Returns the index of the element that would be returned by a subsequent call to next.
next() - Method in interface java.util.Iterator
Returns the next element in the interation.
next() - Method in interface java.util.ListIterator
Returns the next element in the List.
notiz - Variable in class Kalendertag
fuer das Speichern der Notiz (Name des Feiertags oder Ereignis).
NOVEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the eleventh month of the year.

O

OCTOBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the tenth month of the year.

P

parse(String, ParsePosition) - Method in class java.text.SimpleDateFormat
Overrides DateFormat
PM - Static variable in class java.util.Calendar
Value of the AM_PM field indicating the period of the day from noon to just before midnight.
previousIndex() - Method in interface java.util.ListIterator
Returns the index of the element that would be returned by a subsequent call to previous.
previous() - Method in interface java.util.ListIterator
Returns the previous element in the List.
print(String) - Static method in class AlgoTools.IO
Gibt einen String auf dem Bildschirm aus.
print(long) - Static method in class AlgoTools.IO
Gibt einen Longwert auf dem Bildschirm aus.
print(double) - Static method in class AlgoTools.IO
Gibt einen Doublewert auf dem Bildschirm aus.
print(char) - Static method in class AlgoTools.IO
Gibt einen Character auf dem Bildschirm aus.
print(char[]) - Static method in class AlgoTools.IO
Gibt ein Array von Charactern auf dem Bildschirm aus.
print(boolean) - Static method in class AlgoTools.IO
Gibt einen Boolean auf dem Bildschirm aus.
print(Object) - Static method in class AlgoTools.IO
Gibt ein Object auf dem Bildschirm aus.
print(String, int) - Static method in class AlgoTools.IO
Gibt einen String auf dem Bildschirm in formatierter Länge aus.
print(long, int) - Static method in class AlgoTools.IO
Gibt einen Longwert auf dem Bildschirm in formatierter Länge aus.
print(double, int) - Static method in class AlgoTools.IO
Gibt einen Doublewert auf dem Bildschirm in formatierter Länge aus.
print(char, int) - Static method in class AlgoTools.IO
Gibt einen Character auf dem Bildschirm in formatierter Länge aus.
print(char[], int) - Static method in class AlgoTools.IO
Gibt einen Character-Array auf dem Bildschirm in formatierter Länge aus.
print(boolean, int) - Static method in class AlgoTools.IO
Gibt einen Boolean auf dem Bildschirm in formatierter Länge aus.
print(Object, int) - Static method in class AlgoTools.IO
Gibt ein Object auf dem Bildschirm in formatierter Länge aus.
print(double, int, int, boolean) - Static method in class AlgoTools.IO
Gibt einen Doublewert auf dem Bildschirm in formatierter Länge,Form und Genauigkeit aus.
print(double, int, int) - Static method in class AlgoTools.IO
Funkioniert wie print(double, int, int, boolean) mit der Annahme, da? sci auf false gesetzt ist.
println(String) - Static method in class AlgoTools.IO
Gibt einen String mit abschließendem Zeilenumbruch auf dem Bildschirm aus.
println() - Static method in class AlgoTools.IO
Gibt einen Zeilenumbruch auf dem Bildschirm aus.
println(long) - Static method in class AlgoTools.IO
Gibt einen Longwert und einen Zeilenumbruch auf dem Bildschirm aus.
println(double) - Static method in class AlgoTools.IO
Gibt einen Doublewert und einen Zeilenumbruch auf dem Bildschirm aus.
println(char) - Static method in class AlgoTools.IO
Gibt einen Character und einen Zeilenumbruch auf dem Bildschirm aus.
println(char[]) - Static method in class AlgoTools.IO
Gibt ein Array von Charactern und einen Zeilenumbruch auf dem Bildschirm aus.
println(boolean) - Static method in class AlgoTools.IO
Gibt einen Boolean und einen Zeilenumbruch auf dem Bildschirm aus.
println(Object) - Static method in class AlgoTools.IO
Gibt ein Object und einen Zeilenumbruch auf dem Bildschirm aus.
println(String, int) - Static method in class AlgoTools.IO
Gibt einen String und einen Zeilenumbruch auf dem Bildschirm in formatierter Länge aus.
println(long, int) - Static method in class AlgoTools.IO
Gibt einen Longwert und einen Zeilenumbruch auf dem Bildschirm in formatierter Länge aus.
println(double, int) - Static method in class AlgoTools.IO
Gibt einen Doublewert und einen Zeilenumbruch auf dem Bildschirm in formatierter Länge aus.
println(char, int) - Static method in class AlgoTools.IO
Gibt einen Character und einen Zeilenumbruch auf dem Bildschirm in formatierter Länge aus.
println(char[], int) - Static method in class AlgoTools.IO
Gibt einen Character-Array und einen Zeilenumbruch auf dem Bildschirm in formatierter Länge aus.
println(boolean, int) - Static method in class AlgoTools.IO
Gibt einen Boolean und eine Zeilenumbruch auf dem Bildschirm in formatierter Länge aus.
println(Object, int) - Static method in class AlgoTools.IO
Gibt ein Object und einen Zeilenumbruch auf dem Bildschirm in formatierter Länge aus.
println(double, int, int, boolean) - Static method in class AlgoTools.IO
Funktioniert wie print(double, int, int, boolean) und gibt zusätzlich einen Zeilenumbruch auf dem Bildschirm aus.
println(double, int, int) - Static method in class AlgoTools.IO
Funktioniert wie print(double, int, int, boolean) mit der Annahme, da? sci auf false gesetzt wurde und gibt zusätzlich einen Zeilenumbruch auf dem Bildschirm aus.

R

readBoolean(String) - Static method in class AlgoTools.IO
Gibt einen Text aus, liest einen String ein und liefert einen Boolean zurück.
readBoolean() - Static method in class AlgoTools.IO
Liest einen String ein und liefert einen Boolean zurück.
readByte(String) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der in einen Bytewert umgewandelt und zurückgegeben wird.
readByte() - Static method in class AlgoTools.IO
Liest einen String ein, der in einen Bytewert umgewandelt und zurückgegeben wird.
readBytes(String) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der in ein Array von Bytewerten umgewandelt wird, das zurückgegeben wird.
readBytes(String, int) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der in ein Array mit fester Anzahl von Bytewerten umgewandelt wird, das zurückgegeben wird.
readBytes() - Static method in class AlgoTools.IO
Liest einen String ein, der in ein Array von Bytewerten umgewandelt wird, das zurückgegeben wird.
readBytes(int) - Static method in class AlgoTools.IO
Liest einen String ein, der in ein Array mit fester Anzahl von Bytewerten umgewandelt wird, das zurückgegeben wird.
readChar(String) - Static method in class AlgoTools.IO
Gibt einen Text aus, liest dann einen String ein und gibt das erste Zeichen zurück.
readChar() - Static method in class AlgoTools.IO
Liest einen String ein und gibt das erste Zeichen zurück.
readChars(String) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der als Array von Charactern zurückgegeben wird.
readChars() - Static method in class AlgoTools.IO
Liest einen String ein, der als Array von Charactern zurückgegeben wird.
readDouble(String) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der in einen Doublewert umgewandelt und zurückgegeben wird.
readDouble() - Static method in class AlgoTools.IO
Liest dann einen String ein, der in einen Doublewert umgewandelt und zurückgegeben wird.
readDoubles(String) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der in ein Array von Doublewerten umgewandelt wird, das zurückgegeben wird.
readDoubles(String, int) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der in ein Array mit fester Anzahl von Doublewerten umgewandelt wird, das zurückgegeben wird.
readDoubles() - Static method in class AlgoTools.IO
Liest einen String ein, der in ein Array von Doublewerten umgewandelt wird, das zurückgegeben wird.
readDoubles(int) - Static method in class AlgoTools.IO
Liest einen String ein, der in ein Array mit fester Anzahl von Doublewerten umgewandelt wird, das zurückgegeben wird.
readFloat(String) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der in einen Floatwert umgewandelt und zurückgegeben wird.
readFloat() - Static method in class AlgoTools.IO
Liest einen String ein, der in einen Floatwert umgewandelt und zurückgegeben wird.
readFloats(String) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der in ein Array von Floatwerten umgewandelt wird, das zurückgegeben wird.
readFloats(String, int) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der in ein Array mit fester Anzahl von Floatwerten umgewandelt wird, das zurückgegeben wird.
readFloats() - Static method in class AlgoTools.IO
Liest einen String ein, der in ein Array von Floatwerten umgewandelt wird, das zurückgegeben wird.
readFloats(int) - Static method in class AlgoTools.IO
Liest einen String ein, der in ein Array mit fester Anzahl von Floatwerten umgewandelt wird, das zurückgegeben wird.
readInt(String) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der in einen Integerwert umgewandelt und zurückgegeben wird.
readInt() - Static method in class AlgoTools.IO
Liest einen String ein, der in einen Integerwert umgewandelt und zurückgegeben wird.
readInts(String) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der in ein Array von Integerwerten umgewandelt wird, das zurückgegeben wird.
readInts(String, int) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der in ein Array mit fester Anzahl von Integerwerten umgewandelt wird, das zurückgegeben wird.
readInts() - Static method in class AlgoTools.IO
Liest einen String ein, der in ein Array von Integerwerten umgewandelt wird, das zurückgegeben wird.
readInts(int) - Static method in class AlgoTools.IO
Liest einen String ein, der in ein Array mit fester Anzahl von Integerwerten umgewandelt wird, das zurückgegeben wird.
readLine(String) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der zurückgegeben wird.
readLine() - Static method in class AlgoTools.IO
Liest einen String ein, der zurückgegeben wird.
readLong(String) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der in einen Longwert umgewandelt und zurückgegeben wird.
readLong() - Static method in class AlgoTools.IO
Liest einen String ein, der in einen Longwert umgewandelt und zurückgegeben wird.
readLongs(String) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der in ein Array von Longwerten umgewandelt wird, das zurückgegeben wird.
readLongs(String, int) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der in ein Array mit fester Anzahl von Longwerten umgewandelt wird, das zurückgegeben wird.
readLongs() - Static method in class AlgoTools.IO
Liest einen String ein, der in ein Array von Longwerten umgewandelt wird, das zurückgegeben wird.
readLongs(int) - Static method in class AlgoTools.IO
Liest einen String ein, der in ein Array mit fester Anzahl von Longwerten umgewandelt wird, das zurückgegeben wird.
readShort(String) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der in einen Shortwert umgewandelt und zurückgegeben wird.
readShort() - Static method in class AlgoTools.IO
Liest einen String ein, der in einen Shortwert umgewandelt und zurückgegeben wird.
readShorts(String) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der in ein Array von Shortwerten umgewandelt wird, das zurückgegeben wird.
readShorts(String, int) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der in ein Array mit fester Anzahl von Shortwerten umgewandelt wird, das zurückgegeben wird.
readShorts() - Static method in class AlgoTools.IO
Liest einen String ein, der in ein Array von Shortwerten umgewandelt wird, das zurückgegeben wird.
readShorts(int) - Static method in class AlgoTools.IO
Liest einen String ein, der in ein Array mit fester Anzahl von Shortwerten umgewandelt wird, das zurückgegeben wird.
readString(String) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der zurückgegeben wird.
readString() - Static method in class AlgoTools.IO
Liest einen String ein, der zurückgegeben wird.
readWords(String) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der als Worte interpretiert und als Stringarray zurückgegeben wird.
readWords() - Static method in class AlgoTools.IO
Liest einen String ein, der als Worte interpretiert und als Stringarray zurückgegeben wird.
removeFirst() - Method in class java.util.LinkedList
Removes and returns the first Element from this List.
remove() - Method in interface java.util.Iterator
Removes from the underlying Collection the last element returned by the Iterator .
removeLast() - Method in class java.util.LinkedList
Removes and returns the last Element from this List.
remove() - Method in interface java.util.ListIterator
Removes from the List the last element that was returned by next or previous.
roll(int, boolean) - Method in class java.util.Calendar
Time Field Rolling function.
roll(int, int) - Method in class java.util.Calendar
Time Field Rolling function.
roll(int, boolean) - Method in class java.util.GregorianCalendar
Overrides Calendar Time Field Rolling function.
roll(int, int) - Method in class java.util.GregorianCalendar
Roll a field by a signed amount.

S

SimpleDateFormat() - Constructor for class java.text.SimpleDateFormat
Construct a SimpleDateFormat using the default pattern for the default locale.
SimpleDateFormat(String) - Constructor for class java.text.SimpleDateFormat
Construct a SimpleDateFormat using the given pattern in the default locale.
SimpleDateFormat(String, Locale) - Constructor for class java.text.SimpleDateFormat
Construct a SimpleDateFormat using the given pattern and locale.
SimpleDateFormat(String, DateFormatSymbols) - Constructor for class java.text.SimpleDateFormat
Construct a SimpleDateFormat using the given pattern and locale-specific symbol data.
SimpleDateFormat(int, int, Locale) - Constructor for class java.text.SimpleDateFormat
 
SATURDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Saturday.
SECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the second within the minute.
SEPTEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the ninth month of the year.
serialVersionUID - Static variable in class java.util.Calendar
 
serialVersionUID - Static variable in class java.util.GregorianCalendar
 
serialVersionUID - Static variable in class java.text.SimpleDateFormat
 
set2DigitYearStart(Date) - Method in class java.text.SimpleDateFormat
Sets the 100-year period 2-digit years will be interpreted as being in to begin on the date the user specifies.
set(int, int) - Method in class java.util.Calendar
Sets the time field with the given value.
set(int, int, int) - Method in class java.util.Calendar
Sets the values for the fields year, month, and date.
set(int, int, int, int, int) - Method in class java.util.Calendar
Sets the values for the fields year, month, date, hour, and minute.
set(int, int, int, int, int, int) - Method in class java.util.Calendar
Sets the values for the fields year, month, date, hour, minute, and second.
setDateFormatSymbols(DateFormatSymbols) - Method in class java.text.SimpleDateFormat
Allows you to set the date/time formatting data.
setFirstDayOfWeek(int) - Method in class java.util.Calendar
Sets what the first day of the week is; e.g.
setGregorianChange(Date) - Method in class java.util.GregorianCalendar
Sets the GregorianCalendar change date.
setLenient(boolean) - Method in class java.util.Calendar
Specify whether or not date/time interpretation is to be lenient.
set(Object) - Method in interface java.util.ListIterator
Replaces the last element returned by next or previous with the specified element.
setMinimalDaysInFirstWeek(int) - Method in class java.util.Calendar
Sets what the minimal days required in the first week of the year are; For example, if the first week is defined as one that contains the first day of the first month of a year, call the method with value 1. If it must be a full week, use value 7.
setTime(Date) - Method in class java.util.Calendar
Sets this Calendar's current time with the given Date.
setTimeInMillis(long) - Method in class java.util.Calendar
Sets this Calendar's current time from the given long value.
setTimeZone(TimeZone) - Method in class java.util.Calendar
Sets the time zone with the given time zone value.
SimpleDateFormat - class java.text.SimpleDateFormat.
SimpleDateFormat is a concrete class for formatting and parsing dates in a locale-sensitive manner.
size() - Method in class java.util.LinkedList
Returns the number of elements in this List.
stamp - Variable in class java.util.Calendar
Pseudo-time-stamps which specify when each field was set.
SUNDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Sunday.

T

Termin(String, int, int, int, int, int, int, int, int) - Constructor for class Termin
Dieser Konstruktor erzeugt einen Termin basierend auf einem Initialdatum (_tag, _monat, _jahr) mit Uhrzeit (_stunde, _minute) und einer Notiz.
Termin - class Termin.
Instanzen dieser Unterklasse der abstrakten Klasse Kalendertag verwalten jeweils einen (woechentlichen) Termin.
THURSDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Thursday.
time - Variable in class java.util.Calendar
The currently set time for this calendar, expressed in milliseconds from January 1, 1970 0:00:00 UTC.
toLocalizedPattern() - Method in class java.text.SimpleDateFormat
Return a localized pattern string describing this date format.
toPattern() - Method in class java.text.SimpleDateFormat
Return a pattern string describing this date format.
toString() - Method in class java.util.Calendar
Return a string representation of this calendar.
TUESDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Tuesday.

U

UNDECIMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the thirteenth month of the year.
UNSET - Static variable in class java.util.Calendar
 

V

VarFeiertag(String, int, int) - Constructor for class VarFeiertag
 
VarFeiertag - class VarFeiertag.
Instanzen dieser Unterklasse der abstrakten Klasse Kalendertag verwalten jeweils einen verschieblichen Feiertag, also einen Feiertag, der nicht jedes Jahr auf das gleiche Datum faellt, sondern stets in einer festen Anzahl von Tagen vor oder nach dem Ostersonntag liegt, unabhaengig vom jeweiligen Jahr.
vorausschauen() - Method in class FixFeiertag
Diese Methode berechnet das Datum, auf das der feste Feiertag im jeweils naechsten Jahr faellt (bezogen auf das aktuell im Objekt gespeicherte Datum), und speichert dieses neue Datum als das aktuelle Datum dieses Objektes.
vorausschauen() - Method in class Kalendertag
Diese abstrakte Methode soll von den Unterklassen implementiert werden und den jeweils naechsten gleichartigen Termin berechnen.
vorausschauen() - Method in class Termin
Diese Methode berechnet das Datum, auf das der Termin in der jeweils naechsten Woche faellt (bezogen auf das aktuell im Objekt gespeicherte Datum), und speichert dieses neue Datum als das aktuelle Datum dieses Objektes.
vorausschauen() - Method in class VarFeiertag
Diese Methode berechnet das Datum, auf das der bewegliche Feiertag im jeweils naechsten Jahr faellt (bezogen auf das aktuell im Objekt gespeicherte Datum), und speichert dieses neue Datum als das aktuelle Datum dieses Objektes.
vorNachOstern - Variable in class VarFeiertag
Anzahl der Tage, die der verschiebliche Feiertag vor bzw. nach Ostersonntag liegt.

W

WEDNESDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Wednesday.
WEEK_OF_MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the week number within the current month.
WEEK_OF_YEAR - Static variable in class java.util.Calendar
Field number for get and set indicating the week number within the current year.

Y

YEAR - Static variable in class java.util.Calendar
Field number for get and set indicating the year.

Z

ZONE_OFFSET - Static variable in class java.util.Calendar
Field number for get and set indicating the raw offset from GMT in milliseconds.

A B C D E F G H I J K L M N O P R S T U V W Y Z
Class | Tree | Index | Help
PREV | NEXT FRAMES  | NO FRAMES