uoc.ei.tads
Class DiccionariLlistaImpl.RecorregutAmbAnterior<E>

java.lang.Object
  extended by uoc.ei.tads.DiccionariLlistaImpl.RecorregutAmbAnterior<E>
All Implemented Interfaces:
java.io.Serializable, Recorregut<E>
Enclosing class:
DiccionariLlistaImpl<C,E>

protected static class DiccionariLlistaImpl.RecorregutAmbAnterior<E>
extends java.lang.Object
implements Recorregut<E>

See Also:
Serialized Form

Constructor Summary
DiccionariLlistaImpl.RecorregutAmbAnterior(Recorregut<E> r)
           
 
Method Summary
 Posicio<E> actual()
           
 Posicio<E> anterior()
           
 boolean hiHaSeguent()
          Comprova si hi ha un primer o següent element.
 Posicio<E> seguent()
          Accessor de lectura del primer o següent element de l'enumeració.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiccionariLlistaImpl.RecorregutAmbAnterior

public DiccionariLlistaImpl.RecorregutAmbAnterior(Recorregut<E> r)
Method Detail

seguent

public Posicio<E> seguent()
Description copied from interface: Recorregut
Accessor de lectura del primer o següent element de l'enumeració.

Specified by:
seguent in interface Recorregut<E>
Returns:
primer o següent element a l'actual

hiHaSeguent

public boolean hiHaSeguent()
Description copied from interface: Recorregut
Comprova si hi ha un primer o següent element.

Specified by:
hiHaSeguent in interface Recorregut<E>

anterior

public Posicio<E> anterior()

actual

public Posicio<E> actual()