net.sf.jga.fn.comparison
Interface Max.Visitor

All Superinterfaces:
Visitor
Enclosing class:
Max<T>

public static interface Max.Visitor
extends Visitor

Interface for classes that may interpret a Max predicate.


Method Summary
 void visit(Max<?> host)
           
 
Methods inherited from interface net.sf.jga.fn.Visitor
visit
 

Method Detail

visit

void visit(Max<?> host)


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