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

All Superinterfaces:
Visitor
Enclosing class:
Greater<T>

public static interface Greater.Visitor
extends Visitor

Interface for classes that may interpret a Greater predicate.


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

Method Detail

visit

void visit(Greater<?> host)


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