net.sf.jga.fn.algorithm
Interface RemoveAll.Visitor

All Superinterfaces:
Visitor
Enclosing class:
RemoveAll<T>

public static interface RemoveAll.Visitor
extends Visitor

Interface for classes that may interpret an RemoveAll functor.


Method Summary
 void visit(RemoveAll host)
           
 
Methods inherited from interface net.sf.jga.fn.Visitor
visit
 

Method Detail

visit

void visit(RemoveAll host)


Copyright © 2002-2005 David A. Hall. All Rights Reserved.