Class VerweisListe

java.lang.Object
  extended by VerweisListe
All Implemented Interfaces:
Liste

public class VerweisListe
extends java.lang.Object
implements Liste

Implementation des Interface Liste mithilfe von Verweisen


Field Summary
private  Eintrag anf
           
private  Eintrag pos
           
 
Constructor Summary
VerweisListe()
           
 
Method Summary
 void advance()
           
 void delete()
           
 java.lang.Object elem()
           
 boolean empty()
           
 boolean endpos()
           
 void insert(java.lang.Object x)
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

anf

private Eintrag anf

pos

private Eintrag pos
Constructor Detail

VerweisListe

public VerweisListe()
Method Detail

empty

public boolean empty()
Specified by:
empty in interface Liste

endpos

public boolean endpos()
Specified by:
endpos in interface Liste

reset

public void reset()
Specified by:
reset in interface Liste

advance

public void advance()
Specified by:
advance in interface Liste

elem

public java.lang.Object elem()
Specified by:
elem in interface Liste

insert

public void insert(java.lang.Object x)
Specified by:
insert in interface Liste

delete

public void delete()
Specified by:
delete in interface Liste