listFW.visitor
Class ReverseList<T>

java.lang.Object
  extended by listFW.visitor.ReverseList<T>
All Implemented Interfaces:
IListAlgo<T,IList<T>,IListFactory<T>>

public class ReverseList<T>
extends java.lang.Object
implements IListAlgo<T,IList<T>,IListFactory<T>>

Reverses a particular kind of list only


Constructor Summary
ReverseList()
           
 
Method Summary
 IMTList<T> emptyCase(IMTList<? extends T> host, IListFactory<T>... fac)
           
 INEList<T> nonEmptyCase(INEList<? extends T> host, IListFactory<T>... fac)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReverseList

public ReverseList()
Method Detail

emptyCase

public IMTList<T> emptyCase(IMTList<? extends T> host,
                            IListFactory<T>... fac)
Specified by:
emptyCase in interface IListAlgo<T,IList<T>,IListFactory<T>>

nonEmptyCase

public INEList<T> nonEmptyCase(INEList<? extends T> host,
                               IListFactory<T>... fac)
Specified by:
nonEmptyCase in interface IListAlgo<T,IList<T>,IListFactory<T>>