Class Kellerspeicher


public class Kellerspeicher
extends Object

Field Summary

(package private) StackNodek
StackCurrent
(package private) StackNodek
StackFirst
(package private) StackNodek
StackLast
(package private) StackNodek
StackTmp

Constructor Summary

Kellerspeicher()

Method Summary

int
Anzahl()
int
GetData()
int
GetNum()
int
Getx1()
int
Gety1()
void
GoFirst()
void
GoLast()
void
GoNext()
void
GoPrev()
boolean
OutOfRange()
void
PullFromBeg()
void
PushToEnd(int Data, int x1, int y1, int Nummer)
void
SetData(int x)
void
SetNum(int j)
void
Setx1(int x)
void
Sety1(int y)

Field Details

StackCurrent

(package private)  StackNodek StackCurrent

StackFirst

(package private)  StackNodek StackFirst

StackLast

(package private)  StackNodek StackLast

StackTmp

(package private)  StackNodek StackTmp

Constructor Details

Kellerspeicher

public Kellerspeicher()

Method Details

Anzahl

public int Anzahl()

GetData

public int GetData()

GetNum

public int GetNum()

Getx1

public int Getx1()

Gety1

public int Gety1()

GoFirst

public void GoFirst()

GoLast

public void GoLast()

GoNext

public void GoNext()

GoPrev

public void GoPrev()

OutOfRange

public boolean OutOfRange()

PullFromBeg

public void PullFromBeg()

PushToEnd

public void PushToEnd(int Data,
                      int x1,
                      int y1,
                      int Nummer)

SetData

public void SetData(int x)

SetNum

public void SetNum(int j)

Setx1

public void Setx1(int x)

Sety1

public void Sety1(int y)