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

All Superinterfaces:
Visitor
Enclosing class:
MaxValue<T>

public static interface MaxValue.Visitor
extends Visitor

Interface for classes that may interpret an MaxValue functor.


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

Method Detail

visit

void visit(MaxValue host)


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