| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectlistFW.visitor.ReverseList2<T>
public class ReverseList2<T>
Reverses a particular kind of list only, but with reduced type safety due to delegating to host instead of rest.
| Constructor Summary | |
|---|---|
| ReverseList2() | |
| 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 | 
|---|
public ReverseList2()
| Method Detail | 
|---|
public IMTList<T> emptyCase(IMTList<? extends T> host,
                            IListFactory<T>... fac)
emptyCase in interface IListAlgo<T,IList<T>,IListFactory<T>>
public INEList<T> nonEmptyCase(INEList<? extends T> host,
                               IListFactory<T>... fac)
nonEmptyCase in interface IListAlgo<T,IList<T>,IListFactory<T>>| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||