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

All Superinterfaces:
Visitor
Enclosing class:
ReplaceAll<T>

public static interface ReplaceAll.Visitor
extends Visitor

Interface for classes that may interpret an ReplaceAll functor.


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

Method Detail

visit

void visit(ReplaceAll host)


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