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

<< />>

() - Static method in class java.io.File
call initIDs in the static initializer to set up JNI field IDs used by native methods.
() - Static method in class java.io.FileInputStream
 

A

Account(int, int, double, String) - Constructor for class Account
erzeugt ein Konto mit der angegebenen Kontonummer und Geheimzahl mit dem angegebenen Kontostand fuer den angegebenen Kunden.
Account - class Account.
Jedes Objekt der Klasse Account verwaltet ein Kundenkonto einer Bank, wobei fuer jedes Konto die Kontonummer (accountNumber), die Geheimzahl (PIN), der Name des Kunden (customerName) und der Kontostand (balance) gespeichert werden.
accountNumber - Variable in class Account
Kontonummer
accounts - Variable in class Bank
in dieser Hash-Tabelle repraesentiert jeder Eintrag ein Kundenkonto (durch ein Account-Objekt), auf das ueber die Kontonummer (accountNumber) als Schluessel zugegriffen wird.
addBefore(Object, LinkedList.Entry) - Method in class java.util.LinkedList
 
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 class java.util.LinkedList.ListItr
 
addPathToDeletionList(String) - Static method in class java.io.File
 
addTransaction(String, double) - Method in interface History
fuegt der History (= Liste der erfolgten Buchungen) einen Buchungsvorgang in Form eines Transaction-Objekts hinzu.
addTransaction(String, double) - Method in class SavingsAccount
fuegt der History (= Liste der erfolgten Buchungen) einen Buchungsvorgang in Form eines Transaction-Objekts hinzu.
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.
aggregateStamp(int, int) - Method in class java.util.GregorianCalendar
Return the pseudo-time-stamp for two fields, given their individual pseudo-time-stamps.
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.
amount - Variable in class Transaction
 
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.
ATM - class ATM.
Die Klasse ATM realisiert die Benutzerschnittstelle des JAVA-Geldautomaten und verwaltet die Daten aller Kundenkonten der JAVA-Bank.
AUGUST - Static variable in class java.util.Calendar
Value of the MONTH field indicating the eighth month of the year.
available() - Method in class java.io.BufferedInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.FileInputStream
Returns the number of bytes that can be read from this file input stream without blocking.

B

Bank() - Constructor for class Bank
dieser Konstruktor liest die Daten der Kundenkonten aus der Datei "Accounts.data" und baut eine Hash-Tabelle mit den Daten auf.
BufferedInputStream(InputStream) - Constructor for class java.io.BufferedInputStream
Creates a BufferedInputStream and saves its argument, the input stream in, for later use.
BufferedInputStream(InputStream, int) - Constructor for class java.io.BufferedInputStream
Creates a BufferedInputStream with the specified buffer size, and saves its argument, the input stream in, for later use.
BufferedReader(Reader, int) - Constructor for class java.io.BufferedReader
Create a buffering character-input stream that uses an input buffer of the specified size.
BufferedReader(Reader) - Constructor for class java.io.BufferedReader
Create a buffering character-input stream that uses a default-sized input buffer.
balance - Variable in class Account
Kontostand
BALANCE - Static variable in class ATM
Anfragetyp 'Kontostandsabfrage' (Benuzterschnittstelle).
Bank - class Bank.
Ein Objekt dieser Klasse verwaltet die Daten aller Kundenkonten einer Bank in einer Hash-Tabelle.
bb - Variable in class java.io.InputStreamReader
 
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.
boundsCheck(int, int) - Method in class java.util.GregorianCalendar
Validates the value of the given time field.
btc - Variable in class java.io.InputStreamReader
 
buf - Variable in class java.io.BufferedInputStream
The internal buffer array where the data is stored.
BufferedInputStream - class java.io.BufferedInputStream.
A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the input and to support the mark and reset methods.
BufferedReader - class java.io.BufferedReader.
Read text from a character-input stream, buffering characters so as to provide for the efficient reading of characters, arrays, and lines.
buildAccounts() - Method in class Bank
liest die Daten der Kundenkonten aus der Datei "Accounts.data" und baut eine Hash-Tabelle mit den Daten auf.

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.
cachedLocaleData - Static variable in class java.util.Calendar
Cache to hold the firstDayOfWeek and minimalDaysInFirstWeek of a 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.
canonicalizeDirectory(String) - Static method in class java.io.File
 
canonPath(String) - Method in class java.io.File
 
canRead0() - Method in class java.io.File
 
canRead() - Method in class java.io.File
Tests whether the application can read the file denoted by this abstract pathname.
canWrite0() - Method in class java.io.File
 
canWrite() - Method in class java.io.File
Tests whether the application can modify to the file denoted by this abstract pathname.
cb - Variable in class java.io.BufferedReader
 
checkAndExclusiveCreate(String, SecurityManager) - Static method in class java.io.File
 
checkForComodification() - Method in class java.util.LinkedList.ListItr
 
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.Hashtable.EntrySet
 
clear() - Method in class java.util.Hashtable
Clears this hashtable so that it contains no keys.
clear() - Method in class java.util.Hashtable.KeySet
 
clear() - Method in class java.util.Hashtable.ValueCollection
 
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.Hashtable.Entry
 
clone() - Method in class java.util.Hashtable
Creates a shallow copy of this hashtable.
clone() - Method in class java.util.LinkedList
Returns a shallow copy of this LinkedList.
close() - Method in class java.io.BufferedInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.BufferedReader
Close the stream.
close() - Method in class java.io.FileInputStream
Closes this file input stream and releases any system resources associated with the stream.
close() - Method in class java.io.InputStreamReader
Close the stream.
close() - Method in class java.io.Reader
Close the stream.
compareTo(File) - Method in class java.io.File
Compares two abstract pathnames lexicographically.
compareTo(Object) - Method in class java.io.File
Compares this abstract pathname to another object.
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.
computeJulianDay(boolean, int) - Method in class java.util.GregorianCalendar
Compute the Julian day number under either the Gregorian or the Julian calendar, using the given year and the remaining fields.
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.
contains(Object) - Method in class java.util.Hashtable.EntrySet
 
contains(Object) - Method in class java.util.Hashtable
Tests if some key maps into the specified value in this hashtable.
contains(Object) - Method in class java.util.Hashtable.KeySet
 
contains(Object) - Method in class java.util.Hashtable.ValueCollection
 
containsKey(Object) - Method in class java.util.Hashtable
Tests if the specified object is a key in this hashtable.
containsValue(Object) - Method in class java.util.Hashtable
Returns true if this Hashtable maps one or more keys to this value.
convertInto(char[], int, int) - Method in class java.io.InputStreamReader
 
count - Variable in class java.io.BufferedInputStream
The index one greater than the index of the last valid byte in the buffer.
counter - Static variable in class java.io.File
 
count - Variable in class java.util.Hashtable
The total number of entries in the hash table.
createNewFile() - Method in class java.io.File
Atomically creates a new, empty file named by this abstract pathname if and only if a file with this name does not yet exist.
createTempFile(String, File) - Static method in class java.io.File

Creates an empty file in the specified directory, using the given pattern to generate its name.

createTempFile(String) - Static method in class java.io.File
Creates an empty file in the default temporary-file directory, using the given pattern to generate its name.
currentSerialVersion - Static variable in class java.util.Calendar
 
customerName - Variable in class Account
Kundenname


D

DataInputStream(InputStream) - Constructor for class java.io.DataInputStream
Creates a FilterInputStream and saves its argument, the input stream in, for later use.
DataInputStream - class java.io.DataInputStream.
A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
DATE - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
date - Variable in class Transaction
 
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.
defaultBufferSize - Static variable in class java.io.BufferedInputStream
 
defaultByteBufferSize - Static variable in class java.io.InputStreamReader
 
defaultCharBufferSize - Static variable in class java.io.BufferedReader
 
defaultExpectedLineLength - Static variable in class java.io.BufferedReader
 
delete0() - Method in class java.io.File
 
delete() - Method in class java.io.File
Deletes the file or directory denoted by this abstract pathname.
deleteOnExit() - Method in class java.io.File
Requests that the file or directory denoted by this abstract pathname be deleted when the virtual machine terminates.
DST_OFFSET - Static variable in class java.util.Calendar
Field number for get and set indicating the daylight savings offset in milliseconds.

E

EOFException() - Constructor for class java.io.EOFException
Constructs an EOFException with null as its error detail message.
EOFException(String) - Constructor for class java.io.EOFException
Constructs an EOFException with the specified detail message.
element - Variable in class java.util.LinkedList.Entry
 
elements() - Method in class java.util.Hashtable
Returns an enumeration of the values in this hashtable.
ensureOpen() - Method in class java.io.BufferedInputStream
Check to make sure that this stream has not been closed
ensureOpen() - Method in class java.io.BufferedReader
Check to make sure that the stream has not been closed
ensureOpen() - Method in class java.io.InputStreamReader
Check to make sure that the stream has not been closed
ENTRIES - Static variable in class java.util.Hashtable
 
entry - Variable in class java.util.Hashtable.Enumerator
 
entrySet - Variable in class java.util.Hashtable
 
entrySet() - Method in class java.util.Hashtable
Returns a Set view of the entries contained in this Hashtable.
EOFException - exception java.io.EOFException.
Signals that an end of file or end of stream has been reached unexpectedly during input.
EPOCH_JULIAN_DAY - Static variable in class java.util.GregorianCalendar
 
EPOCH_YEAR - Static variable in class java.util.GregorianCalendar
 
equals(Object) - Method in class java.util.Calendar
Compares this calendar to the specified object.
equals(Object) - Method in class java.io.File
Tests this abstract pathname for equality with the given object.
equals(Object) - Method in class java.util.Hashtable.Entry
 
equals(Object) - Method in class java.util.Hashtable
Compares the specified Object with this Map for equality, as per the definition in the Map interface.
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.
exclusiveCreateFile(String) - Static method in class java.io.File
 
exists0() - Method in class java.io.File
 
exists() - Method in class java.io.File
Tests whether the file denoted by this abstract pathname exists.
expectedModCount - Variable in class java.util.Hashtable.Enumerator
The modCount value that the iterator believes that the backing List should have.
expectedModCount - Variable in class java.util.LinkedList.ListItr
 

F

File(String, int) - Constructor for class java.io.File
Internal constructor for already-normalized pathname strings.
File(String) - Constructor for class java.io.File
Creates a new File instance by converting the given pathname string into an abstract pathname.
File(String, String) - Constructor for class java.io.File
Creates a new File instance from a parent pathname string and a child pathname string.
File(File, String) - Constructor for class java.io.File
Creates a new File instance from a parent abstract pathname and a child pathname string.
FileInputStream(String) - Constructor for class java.io.FileInputStream
Creates a FileInputStream by opening a connection to an actual file, the file named by the path name name in the file system.
FileInputStream(File) - Constructor for class java.io.FileInputStream
Creates a FileInputStream by opening a connection to an actual file, the file named by the File object file in the file system.
FileInputStream(FileDescriptor) - Constructor for class java.io.FileInputStream
Creates a FileInputStream by using the file descriptor fdObj, which represents an existing connection to an actual file in the file system.
FileNotFoundException() - Constructor for class java.io.FileNotFoundException
Constructs a FileNotFoundException with null as its error detail message.
FileNotFoundException(String) - Constructor for class java.io.FileNotFoundException
Constructs a FileNotFoundException with the specified detail message.
FileReader(String) - Constructor for class java.io.FileReader
 
FileReader(File) - Constructor for class java.io.FileReader
 
FileReader(FileDescriptor) - Constructor for class java.io.FileReader
 
fd - Variable in class java.io.FileInputStream
 
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.
FIELD_NAME - Static variable in class java.util.Calendar
 
fields - Variable in class java.util.Calendar
The field values for the currently set time for this calendar.
FileInputStream - class java.io.FileInputStream.
A FileInputStream obtains input bytes from a file in a file system.
File - class java.io.File.
An abstract representation of file and directory pathnames.
FileNotFoundException - exception java.io.FileNotFoundException.
Signals that no actual file could be opened for a specified path name.
FileReader - class java.io.FileReader.
Convenience class for reading character files.
fill() - Method in class java.io.BufferedInputStream
Fills the buffer with more data, taking into account shuffling and other tricks for dealing with marks.
fill() - Method in class java.io.BufferedReader
Fill the input buffer, taking the mark into account if it is valid.
fill(char[], int, int) - Method in class java.io.InputStreamReader
 
finalize() - Method in class java.io.FileInputStream
Ensures that the close method of this file input stream is called when there are no more references to it.
findAccount(int) - Method in class Bank
liefert in Abhaengigkeit von der Kontonummer (accountNumber) das passende Konto (SavingsAccount-Object).
firstDayOfWeek - Variable in class java.util.Calendar
 
floorDivide(long, long) - Static method in class java.util.GregorianCalendar
Divide two long integers, returning the floor of the quotient.
floorDivide(int, int) - Static method in class java.util.GregorianCalendar
Divide two integers, returning the floor of the quotient.
floorDivide(int, int, int[]) - Static method in class java.util.GregorianCalendar
Divide two integers, returning the floor of the quotient, and the modulus remainder.
floorDivide(long, int, int[]) - Static method in class java.util.GregorianCalendar
Divide two integers, returning the floor of the quotient, and the modulus remainder.
flushInto(char[], int, int) - Method in class java.io.InputStreamReader
 
forward - Variable in class java.util.LinkedList.ListItr
 
FRIDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Friday.
fs - Static variable in class java.io.File
The FileSystem object representing the platform's local file system.

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.
generateFile(String, File) - Static method in class java.io.File
 
getAbsoluteFile() - Method in class java.io.File
Returns the absolute form of this abstract pathname.
getAbsolutePath() - Method in class java.io.File
Returns the absolute pathname string of this abstract pathname.
getAccountNumber() - Method in class Account
liefert die Kontonummer dieses Kontos (Account-Objekts).
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.
getAmount() - Method in class Transaction
liefert den Buchungsbetrag.
getAvailableLocales() - Static method in class java.util.Calendar
Gets the list of locales for which Calendars are installed.
getBalance() - Method in class Account
liefert den Kontostand dieses Kontos (Account-Objekts).
get(int) - Method in class java.util.Calendar
Gets the value for a given time field.
getCanonicalFile() - Method in class java.io.File
Returns the canonical form of this abstract pathname.
getCanonicalPath() - Method in class java.io.File
Returns the canonical pathname string of this abstract pathname.
getCustomerName() - Method in class Account
liefert den Kundennamen zu diesem Konto (Account-Objekt).
getDate() - Method in class Transaction
liefert den Buchungszeitpunkt (Datum, Uhrzeit).
getEncoding() - Method in class java.io.InputStreamReader
Return the name of the encoding being used by this stream.
getEpochDay() - Method in class java.util.GregorianCalendar
Return the day number with respect to the epoch.
getFD() - Method in class java.io.FileInputStream
Returns the FileDescriptor object that represents the connection to the actual file in the file system being used by this FileInputStream.
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.
get(Object) - Method in class java.util.Hashtable
Returns the value to which the specified key is mapped in this hashtable.
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.
getKey() - Method in class java.util.Hashtable.Entry
 
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.
getName() - Method in class java.io.File
Returns the name of the file or directory denoted by this abstract pathname.
getParent() - Method in class java.io.File
Returns the pathname string of this abstract pathname's parent, or null if this pathname does not name a parent directory.
getParentFile() - Method in class java.io.File
Returns the abstract pathname of this abstract pathname's parent, or null if this pathname does not name a parent directory.
getPath() - Method in class java.io.File
Converts this abstract pathname into a pathname string.
getPrefixLength() - Method in class java.io.File
Returns the length of this abstract pathname's prefix.
getTempDir() - Static method in class java.io.File
 
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.
getValue() - Method in class java.util.Hashtable.Entry
 
GregorianCalendar - class java.util.GregorianCalendar.
GregorianCalendar is a concrete subclass of Calendar and provides the standard calendar used by most of the world.
gregorianCutover - Variable in class java.util.GregorianCalendar
The point at which the Gregorian calendar rules are used, measured in milliseconds from the standard epoch.
gregorianCutoverYear - Variable in class java.util.GregorianCalendar
The year of the gregorianCutover, with 0 representing 1 BC, -1 representing 2 BC, etc.

H

Hashtable.Entry(int, Object, Object, Hashtable.Entry) - Constructor for class java.util.Hashtable.Entry
 
Hashtable.Enumerator(Hashtable, int, boolean) - Constructor for class java.util.Hashtable.Enumerator
 
Hashtable(int, float) - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with the specified initial capacity and the specified load factor.
Hashtable(int) - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with the specified initial capacity and default load factor, which is 0.75.
Hashtable() - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with a default capacity and load factor, which is 0.75.
Hashtable(Map) - Constructor for class java.util.Hashtable
Constructs a new hashtable with the same mappings as the given Map.
hashCode() - Method in class java.io.File
Computes a hash code for this abstract pathname.
hashCode() - Method in class java.util.GregorianCalendar
Override hashCode.
hashCode() - Method in class java.util.Hashtable.Entry
 
hashCode() - Method in class java.util.Hashtable
Returns the hash code value for this Map as per the definition in the Map interface.
hash - Variable in class java.util.Hashtable.Entry
 
Hashtable.Entry - class java.util.Hashtable.Entry.
Hashtable collision list.
Hashtable.EntrySet - class java.util.Hashtable.EntrySet.
 
Hashtable.Enumerator - class java.util.Hashtable.Enumerator.
A hashtable enumerator class.
Hashtable.KeySet - class java.util.Hashtable.KeySet.
 
Hashtable.ValueCollection - class java.util.Hashtable.ValueCollection.
 
Hashtable - class java.util.Hashtable.
This class implements a hashtable, which maps keys to values.
hasMoreElements() - Method in class java.util.Hashtable.Enumerator
 
hasNext() - Method in class java.util.Hashtable.Enumerator
 
hasNext() - Method in class java.util.LinkedList.ListItr
 
hasPrevious() - Method in class java.util.LinkedList.ListItr
 
header - Variable in class java.util.LinkedList
 
History - interface History.
 
history - Variable in class SavingsAccount
 
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

InputStreamReader(InputStream) - Constructor for class java.io.InputStreamReader
Create an InputStreamReader that uses the default character encoding.
InputStreamReader(InputStream, String) - Constructor for class java.io.InputStreamReader
Create an InputStreamReader that uses the named character encoding.
InputStreamReader(InputStream, ByteToCharConverter) - Constructor for class java.io.InputStreamReader
Create an InputStreamReader that uses the specified byte-to-character converter.
InvalidAccountException() - Constructor for class InvalidAccountException
 
InvalidAmountException() - Constructor for class InvalidAmountException
 
InvalidPINException() - Constructor for class InvalidPINException
 
InvalidRequestException() - Constructor for class InvalidRequestException
 
IO() - Constructor for class AlgoTools.IO
 
IOException() - Constructor for class java.io.IOException
Constructs an IOException with null as its error detail message.
IOException(String) - Constructor for class java.io.IOException
Constructs an IOException with the specified detail message.
in - Variable in class java.io.BufferedReader
 
inDaylightTime() - Method in class java.util.GregorianCalendar
Return true if the current time for this Calendar is in Daylignt Savings Time.
index - Variable in class java.util.Hashtable.Enumerator
 
in - Variable in class java.io.InputStreamReader
 
initIDs() - Static method in class java.io.File
 
initIDs() - Static method in class java.io.FileInputStream
 
InputStreamReader - class java.io.InputStreamReader.
An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and translates them into characters according to a specified character encoding.
inReady() - Method in class java.io.InputStreamReader
Tell whether the underlying byte stream is ready to be read.
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.
InvalidAccountException - exception InvalidAccountException.
Objekte dieser Klassen zeigen an, dass versucht wurde, ein Konto ueber eine nicht vorgebene Kontonummer zuzugreifen.
InvalidAmountException - exception InvalidAmountException.
Objekte dieser Klassen zeigen an, dass versucht wurde, einen unzulaessigen Betrag von einem Konto abzubuchen.
INVALIDATED - Static variable in class java.io.BufferedReader
 
InvalidPINException - exception InvalidPINException.
Objekte dieser Klassen zeigen an, dass ein Zugriff auf ein Konto mit einer falschen Geheimzahl (PIN) (erfolglos) versucht wurde.
InvalidRequestException - exception InvalidRequestException.
Objekte dieser Klassen zeigen an, dass ein unzulaessiges Zeichen als Anfrage-Typ-Kuerzel eingegeben wurde.
IO - class AlgoTools.IO.
Die Klasse IO beinhaltet Methoden zum Einlesen und Ausgeben von Daten.
IOException - exception java.io.IOException.
Signals that an I/O exception of some sort has occurred.
ios - Static variable in class AlgoTools.IO
 
isAbsolute() - Method in class java.io.File
Tests whether this abstract pathname is absolute.
isDirectory0() - Method in class java.io.File
 
isDirectory() - Method in class java.io.File
Tests whether the file denoted by this abstract pathname is a directory.
isEmpty() - Method in class java.util.Hashtable
Tests if this hashtable maps no keys to values.
isFile0() - Method in class java.io.File
 
isFile() - Method in class java.io.File
Tests whether the file denoted by this abstract pathname is a normal file.
isHidden() - Method in class java.io.File
Tests whether the file named by this abstract pathname is a hidden file.
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() - Method in class java.util.Hashtable.EntrySet
 
iterator - Variable in class java.util.Hashtable.Enumerator
Indicates whether this Enumerator is serving as an Iterator or an Enumeration. (true -> Iterator).
iterator() - Method in class java.util.Hashtable.KeySet
 
iterator() - Method in class java.util.Hashtable.ValueCollection
 

J

JAN_1_1_JULIAN_DAY - Static variable in class java.util.GregorianCalendar
 
JANUARY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the first month of the year.
julianDayToDayOfWeek(long) - Static method in class java.util.GregorianCalendar
 
julianDayToMillis(long) - Static method in class java.util.GregorianCalendar
Converts Julian day to time as milliseconds.
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

key - Variable in class java.util.Hashtable.Entry
 
keySet - Variable in class java.util.Hashtable
 
keySet() - Method in class java.util.Hashtable
Returns a Set view of the keys contained in this Hashtable.
KEYS - Static variable in class java.util.Hashtable
 
keys() - Method in class java.util.Hashtable
Returns an enumeration of the keys in this hashtable.
kunden - Variable in class ATM
Daten aller Kundenkonten.

L

LinkedList.Entry(Object, LinkedList.Entry, LinkedList.Entry) - Constructor for class java.util.LinkedList.Entry
 
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.ListItr(LinkedList, int) - Constructor for class java.util.LinkedList.ListItr
 
lastModified0() - Method in class java.io.File
 
lastModified() - Method in class java.io.File
Returns the time that the file denoted by this abstract pathname was last modified.
lastReturned - Variable in class java.util.Hashtable.Enumerator
 
lastReturned - Variable in class java.util.LinkedList.ListItr
 
LEAP_MONTH_LENGTH - Static variable in class java.util.GregorianCalendar
 
LEAP_NUM_DAYS - Static variable in class java.util.GregorianCalendar
 
LEAST_MAX_VALUES - Static variable in class java.util.GregorianCalendar
 
length0() - Method in class java.io.File
 
length() - Method in class java.io.File
Returns the length of the file denoted by this abstract pathname.
lenient - Variable in class java.util.Calendar
 
lineBuffer - Variable in class java.io.DataInputStream
 
LinkedList.Entry - class java.util.LinkedList.Entry.
 
LinkedList.ListItr - class java.util.LinkedList.ListItr.
 
LinkedList - class java.util.LinkedList.
Linked list implementation of the List interface.
list0() - Method in class java.io.File
 
list() - Method in class java.io.File
Returns an array of strings naming the files and directories in the directory denoted by this abstract pathname.
list(FilenameFilter) - Method in class java.io.File
Returns an array of strings naming the files and directories in the directory denoted by this abstract pathname that satisfy the specified filter.
listFiles() - Method in class java.io.File
Returns an array of abstract pathnames denoting the files in the directory denoted by this abstract pathname.
listFiles(FilenameFilter) - Method in class java.io.File
Returns an array of abstract pathnames denoting the files and directories in the directory denoted by this abstract pathname that satisfy the specified filter.
listFiles(FileFilter) - Method in class java.io.File
Returns an array of abstract pathnames denoting the files and directories in the directory denoted by this abstract pathname that satisfy the specified filter.
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.
listRoots() - Static method in class java.io.File
List the available filesystem roots.
loadFactor - Variable in class java.util.Hashtable
The load factor for the hashtable.
lock - Static variable in class java.io.File
 
lock - Variable in class java.io.Reader
The object used to synchronize operations on this stream.

M

main(String[]) - Static method in class ATM
Hautprogramm fuer den JAVA - Geldautomaten.
malfunction() - Method in class java.io.InputStreamReader
 
MARCH - Static variable in class java.util.Calendar
Value of the MONTH field indicating the third month of the year.
mark(int) - Method in class java.io.BufferedInputStream
See the general contract of the mark method of InputStream.
mark(int) - Method in class java.io.BufferedReader
Mark the present position in the stream.
markedChar - Variable in class java.io.BufferedReader
 
marklimit - Variable in class java.io.BufferedInputStream
The maximum read ahead allowed after a call to the mark method before subsequent calls to the reset method fail.
markpos - Variable in class java.io.BufferedInputStream
The value of the pos field at the time the last mark method was called.
mark(int) - Method in class java.io.Reader
Mark the present position in the stream.
markSupported() - Method in class java.io.BufferedInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.BufferedReader
Tell whether this stream supports the mark() operation, which it does.
markSupported() - Method in class java.io.Reader
Tell whether this stream supports the mark() operation.
MAX_VALUES - Static variable in class java.util.GregorianCalendar
 
maxSkipBufferSize - Static variable in class java.io.Reader
Maximum skip-buffer size
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.
millisToJulianDay(long) - Static method in class java.util.GregorianCalendar
Converts time as milliseconds to Julian day.
MIN_VALUES - Static variable in class java.util.GregorianCalendar
 
minimalDaysInFirstWeek - Variable in class java.util.Calendar
 
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.
mkdir0() - Method in class java.io.File
 
mkdir() - Method in class java.io.File
Creates the directory named by this abstract pathname.
mkdirs() - Method in class java.io.File
Creates the directory named by this abstract pathname, including any necessary but nonexistent parent directories.
modCount - Variable in class java.util.Hashtable
The number of times this Hashtable has been structurally modified Structural modifications are those that change the number of entries in the Hashtable or otherwise modify its internal structure (e.g.
MONDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Monday.
MONTH_LENGTH - Static variable in class java.util.GregorianCalendar
 
MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the month.
monthLength(int, int) - Method in class java.util.GregorianCalendar
 

N

nBytes - Variable in class java.io.InputStreamReader
 
nChars - Variable in class java.io.BufferedReader
 
newAccount(int, int, double, String) - Method in class Bank
traegt ein neues Kundenkonto (Account-Objekt) in die Hash-Tabelle ein.
nextByte - Variable in class java.io.InputStreamReader
 
nextChar - Variable in class java.io.BufferedReader
 
nextElement() - Method in class java.util.Hashtable.Enumerator
 
next - Variable in class java.util.Hashtable.Entry
 
next() - Method in class java.util.Hashtable.Enumerator
 
nextIndex - Variable in class java.util.LinkedList.ListItr
 
nextIndex() - Method in class java.util.LinkedList.ListItr
 
next - Variable in class java.util.LinkedList.Entry
 
next - Variable in class java.util.LinkedList.ListItr
 
next() - Method in class java.util.LinkedList.ListItr
 
nextStamp - Variable in class java.util.Calendar
 
NL - Static variable in class AlgoTools.IO
 
normalizedGregorianCutover - Variable in class java.util.GregorianCalendar
Midnight, local time (using this Calendar's TimeZone) at or before the gregorianCutover.
NOVEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the eleventh month of the year.
NUM_DAYS - Static variable in class java.util.GregorianCalendar
 

O

OCTOBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the tenth month of the year.
okayToWithdraw(double) - Method in class Account
liefert true, falls der gewuenschte Abhebungsbetrag gueltig ist (Betrag nicht negativ, Konto kommt nicht ins Soll und Tageslimit eingehalten), andernfalls false.
okayToWithdraw(double) - Method in class SavingsAccount
liefert true, falls der gewuenschte Abhebungsbetrag gueltig ist (Betrag positiv, Konto kommt nicht ins Soll und Tageslimit eingehalten), andernfalls false.
ONE_DAY - Static variable in class java.util.GregorianCalendar
 
ONE_HOUR - Static variable in class java.util.GregorianCalendar
 
ONE_MINUTE - Static variable in class java.util.GregorianCalendar
 
ONE_SECOND - Static variable in class java.util.GregorianCalendar
 
ONE_WEEK - Static variable in class java.util.GregorianCalendar
 
ONE_YEAR - Static variable in class java.util.GregorianCalendar
 
open(String) - Method in class java.io.FileInputStream
Opens the specified file for reading.

P

path - Variable in class java.io.File
This abstract pathname's normalized pathname string.
pathSeparatorChar - Static variable in class java.io.File
The system-dependent path-separator character.
pathSeparator - Static variable in class java.io.File
The system-dependent path-separator character, represented as a string for convenience.
PIN - Variable in class Account
Geheimzahl
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.
pos - Variable in class java.io.BufferedInputStream
The current position in the buffer.
prefixLength - Variable in class java.io.File
The length of this abstract pathname's prefix, or zero if it has no prefix.
previousIndex() - Method in class java.util.LinkedList.ListItr
 
previous - Variable in class java.util.LinkedList.Entry
 
previous() - Method in class java.util.LinkedList.ListItr
 
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.
processBalance(SavingsAccount) - Method in class ATM
(K)ontostand-Abfrage -- Ausgabe des aktuellen Saldos.
processRequests() - Method in class ATM
verarbeitet Benutzeranfragen in einer Schleife, die mit der Eingabe von -1 als Kontonummer abgebrochen werden kann.
processWithdrawl(SavingsAccount) - Method in class ATM
Anfragetyp (A)bheben -- Kunde hebt Geld vom Konto ab.
putAll(Map) - Method in class java.util.Hashtable
Copies all of the mappings from the specified Map to this Hashtable These mappings will replace any mappings that this Hashtable had for any of the keys currently in the specified Map.
put(Object, Object) - Method in class java.util.Hashtable
Maps the specified key to the specified value in this hashtable.

R

Reader() - Constructor for class java.io.Reader
Create a new character-stream reader whose critical sections will synchronize on the reader itself.
Reader(Object) - Constructor for class java.io.Reader
Create a new character-stream reader whose critical sections will synchronize on the given object.
readAheadLimit - Variable in class java.io.BufferedReader
 
readBoolean() - Method in class java.io.DataInputStream
See the general contract of the readBoolean method of DataInput.
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.
read() - Method in class java.io.BufferedInputStream
See the general contract of the read method of InputStream.
read(byte[], int, int) - Method in class java.io.BufferedInputStream
See the general contract of the read method of InputStream.
read() - Method in class java.io.BufferedReader
Read a single character.
read(char[], int, int) - Method in class java.io.BufferedReader
Read characters into a portion of an array.
readByte() - Method in class java.io.DataInputStream
See the general contract of the readByte method of DataInput.
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(byte[], int, int) - Method in class java.io.FileInputStream
Reads a subarray as a sequence of bytes.
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() - Method in class java.io.DataInputStream
See the general contract of the readChar method of DataInput.
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.
read(byte[]) - Method in class java.io.DataInputStream
See the general contract of the read method of DataInput.
read(byte[], int, int) - Method in class java.io.DataInputStream
See the general contract of the read method of DataInput.
readDouble() - Method in class java.io.DataInputStream
See the general contract of the readDouble method of DataInput.
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.
Reader - class java.io.Reader.
Abstract class for reading character streams.
read() - Method in class java.io.FileInputStream
Reads a byte of data from this input stream.
read(byte[]) - Method in class java.io.FileInputStream
Reads up to b.length bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.FileInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
readFloat() - Method in class java.io.DataInputStream
See the general contract of the readFloat method of DataInput.
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.
readFully(byte[]) - Method in class java.io.DataInputStream
See the general contract of the readFully method of DataInput.
readFully(byte[], int, int) - Method in class java.io.DataInputStream
See the general contract of the readFully method of DataInput.
read() - Method in class java.io.InputStreamReader
Read a single character.
read(char[], int, int) - Method in class java.io.InputStreamReader
Read characters into a portion of an array.
readInt() - Method in class java.io.DataInputStream
See the general contract of the readInt method of DataInput.
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(boolean) - Method in class java.io.BufferedReader
Read a line of text.
readLine() - Method in class java.io.BufferedReader
Read a line of text.
readLine() - Method in class java.io.DataInputStream
This method does not properly convert bytes to characters. As of JDK 1.1, the preferred way to read lines of text is via the BufferedReader.readLine() method. Programs that use the DataInputStream class to read lines can be converted to use the BufferedReader class by replacing code of the form:
     DataInputStream d = new DataInputStream(in);
 
with:
     BufferedReader d
          = new BufferedReader(new InputStreamReader(in));
 
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() - Method in class java.io.DataInputStream
See the general contract of the readLong method of DataInput.
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.
readObject(ObjectInputStream) - Method in class java.util.Calendar
Read this object out to a serialization stream.
readObject(ObjectInputStream) - Method in class java.io.File
readObject is called to restore this filename.
readObject(ObjectInputStream) - Method in class java.util.Hashtable
Reconstitute the Hashtable from a stream (i.e.
readObject(ObjectInputStream) - Method in class java.util.LinkedList
Reconstitute the LinkedList from a stream (i.e.
read() - Method in class java.io.Reader
Read a single character.
read(char[]) - Method in class java.io.Reader
Read characters into an array.
read(char[], int, int) - Method in class java.io.Reader
Read characters into a portion of an array.
readRequestType() - Method in class ATM
liest den Anfragetyp (A)bheben oder (K)ontostand von der Eingabe und liefert entsprechend den Wert der Klassenkonstanten WITHDRAWL oder oder BALANCE.
readShort() - Method in class java.io.DataInputStream
See the general contract of the readShort method of DataInput.
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.
readUnsignedByte() - Method in class java.io.DataInputStream
See the general contract of the readUnsignedByte method of DataInput.
readUnsignedShort() - Method in class java.io.DataInputStream
See the general contract of the readUnsignedShort method of DataInput.
readUTF() - Method in class java.io.DataInputStream
See the general contract of the readUTF method of DataInput.
readUTF(DataInput) - Static method in class java.io.DataInputStream
Reads from the stream in a representation of a Unicode character string encoded in Java modified UTF-8 format; this string of characters is then returned as a String.
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.
ready() - Method in class java.io.BufferedReader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.InputStreamReader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.Reader
Tell whether this stream is ready to be read.
rehash() - Method in class java.util.Hashtable
Increases the capacity of and internally reorganizes this hashtable, in order to accommodate and access its entries more efficiently.
removeFirst() - Method in class java.util.LinkedList
Removes and returns the first Element from this List.
remove(Object) - Method in class java.util.Hashtable.EntrySet
 
remove() - Method in class java.util.Hashtable.Enumerator
 
remove(Object) - Method in class java.util.Hashtable
Removes the key (and its corresponding value) from this hashtable.
remove(Object) - Method in class java.util.Hashtable.KeySet
 
removeLast() - Method in class java.util.LinkedList
Removes and returns the last Element from this List.
remove(LinkedList.Entry) - Method in class java.util.LinkedList
 
remove() - Method in class java.util.LinkedList.ListItr
 
renameTo0(File) - Method in class java.io.File
 
renameTo(File) - Method in class java.io.File
Renames the file denoted by this abstract pathname.
reset() - Method in class java.io.BufferedInputStream
See the general contract of the reset method of InputStream.
reset() - Method in class java.io.BufferedReader
Reset the stream to the most recent mark.
reset() - Method in class java.io.Reader
Reset the stream.
rmdir0() - Method in class java.io.File
 
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

SavingsAccount(int, int, double, String) - Constructor for class SavingsAccount
erzeugt ein Konto mit der angegebenen Kontonummer und Geheimzahl mit dem angegebenen Kontostand fuer den angegebenen Kunden.
SATURDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Saturday.
SavingsAccount - class SavingsAccount.
Jedes Objekt der Klasse SavingsAccount verwaltet ein Kundenkonto einer Bank, wobei fuer jedes Konto neben der Kontonummer (accountNumber), der Geheimzahl (PIN), dem Name des Kunden (customerName) und dem aktullen Kontostand (balance) auch die durchgefuehrten Buchungen (history) gespeichert werden.
SECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the second within the minute.
separatorChar - Static variable in class java.io.File
The system-dependent default name-separator character.
separator - Static variable in class java.io.File
The system-dependent default name-separator character, represented as a string for convenience.
separatorLen - Static variable in class java.io.File
 
SEPTEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the ninth month of the year.
serialVersionOnStream - Variable in class java.util.Calendar
 
serialVersionUID - Static variable in class java.util.Calendar
 
serialVersionUID - Static variable in class java.io.File
use serialVersionUID from JDK 1.0.2 for interoperability
serialVersionUID - Static variable in class java.util.GregorianCalendar
 
serialVersionUID - Static variable in class java.util.Hashtable
use serialVersionUID from JDK 1.0.2 for interoperability
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.
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.
setLastModified(long) - Method in class java.io.File
Sets the last-modified time of the file or directory named by this abstract pathname.
setLenient(boolean) - Method in class java.util.Calendar
Specify whether or not date/time interpretation is to be lenient.
set(Object) - Method in class java.util.LinkedList.ListItr
 
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.
setReadOnly() - Method in class java.io.File
Marks the file or directory named by this abstract pathname so that only read operations are allowed.
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.
setValue(Object) - Method in class java.util.Hashtable.Entry
 
setWeekCountData(Locale) - Method in class java.util.Calendar
Both firstDayOfWeek and minimalDaysInFirstWeek are locale-dependent.
size() - Method in class java.util.Hashtable.EntrySet
 
size() - Method in class java.util.Hashtable
Returns the number of keys in this hashtable.
size() - Method in class java.util.Hashtable.KeySet
 
size() - Method in class java.util.Hashtable.ValueCollection
 
size - Variable in class java.util.LinkedList
 
size() - Method in class java.util.LinkedList
Returns the number of elements in this List.
skip(long) - Method in class java.io.BufferedInputStream
See the general contract of the skip method of InputStream.
skip(long) - Method in class java.io.BufferedReader
Skip characters.
skipBuffer - Variable in class java.io.Reader
Skip buffer, null until allocated
skipBytes(int) - Method in class java.io.DataInputStream
See the general contract of the skipBytes method of DataInput.
skip(long) - Method in class java.io.FileInputStream
Skips over and discards n bytes of data from the input stream.
skip(long) - Method in class java.io.Reader
Skip characters.
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

Transaction(String, double) - Constructor for class Transaction
dieser Konstruktor speichert das aktuelle Datum und die aktuelle Uhrzeit als Zeitpunkt der Buchung zusammen mit dem Typ der Buchung (in Form einer Zeichenkette) und dem Buchungsbetrag.
table - Variable in class java.util.Hashtable.Enumerator
 
table - Variable in class java.util.Hashtable
The hash table data.
threshold - Variable in class java.util.Hashtable
The table is rehashed when its size exceeds this threshold.
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.
timeToFields(long, boolean) - Method in class java.util.GregorianCalendar
Convert the time as milliseconds to the date fields.
tmpdir - Static variable in class java.io.File
 
toString() - Method in class Account
liefert die Kontodaten als Zeichenkette (String).
toString() - Method in class java.util.Calendar
Return a string representation of this calendar.
toString() - Method in class java.io.File
Returns the pathname string of this abstract pathname.
toString() - Method in class java.util.Hashtable.Entry
 
toString() - Method in class java.util.Hashtable
Returns a string representation of this Hashtable object in the form of a set of entries, enclosed in braces and separated by the ASCII characters "" (comma and space).
toString() - Method in class SavingsAccount
liefert die Kontodaten als Zeichenkette (String).
toString() - Method in class Transaction
liefert einen fuer die History (= Liste der erfolgten Buchungen) geeignete Zeichenkette.
toURL() - Method in class java.io.File
Converts this abstract pathname into a file: URL. The exact form of the URL is system-dependent.
Transaction - class Transaction.
Objekte der Klasse Transaction speichern einen Buchungsvorgang eines einzelnen Kunden.
TUESDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Tuesday.
type - Variable in class java.util.Hashtable.Enumerator
 
type - Variable in class Transaction
 

U

UNDECIMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the thirteenth month of the year.
UNMARKED - Static variable in class java.io.BufferedReader
 
UNSET - Static variable in class java.util.Calendar
 
updateTime() - Method in class java.util.Calendar
Recompute the time and update the status fields isTimeSet and areFieldsSet.

V

validateFields() - Method in class java.util.GregorianCalendar
Validates the values of the set time fields.
validPIN(int) - Method in class Account
liefert true, falls die eingegebene Geheimnummer (PIN) fuer dieses Kundenkonto richtig ist, andernfalls wird eine InvalidPINException ausgeloest.
value - Variable in class java.util.Hashtable.Entry
 
values - Variable in class java.util.Hashtable
 
VALUES - Static variable in class java.util.Hashtable
 
values() - Method in class java.util.Hashtable
Returns a Collection view of the values contained in this Hashtable.

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.
weekNumber(int, int) - Method in class java.util.GregorianCalendar
Return the week number of a day, within a period.
withdrawAmount(double) - Method in class Account
fuehrt eine Abhebung vom Konto durch, wenn der abzuhebende Betrag zulaessig ist.
withdrawAmount(double) - Method in class SavingsAccount
fuehrt eine Abhebung vom Konto durch, wenn der abzuhebende Betrag zulaessig ist.
WITHDRAWL - Static variable in class ATM
Anfragetyp 'Abhebung' (Benuzterschnittstelle).
writeObject(ObjectOutputStream) - Method in class java.util.Calendar
Write object out to a serialization stream.
writeObject(ObjectOutputStream) - Method in class java.io.File
WriteObject is called to save this filename.
writeObject(ObjectOutputStream) - Method in class java.util.Hashtable
Save the state of the Hashtable to a stream (i.e.
writeObject(ObjectOutputStream) - Method in class java.util.LinkedList
Save the state of the LinkedList to a stream (i.e.

Y

YEAR - Static variable in class java.util.Calendar
Field number for get and set indicating the year.
yearLength(int) - Method in class java.util.GregorianCalendar
 
yearLength() - Method in class java.util.GregorianCalendar
 

Z

ZONE_OFFSET - Static variable in class java.util.Calendar
Field number for get and set indicating the raw offset from GMT in milliseconds.
zone - Variable in class java.util.Calendar
Time zone affects the time calculation done by Calendar.

<< />> 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