Uses of Class
edu.iu.cnets.klatsch.lang.VClosure

Packages that use VClosure
edu.iu.cnets.klatsch.lang   
 

Uses of VClosure in edu.iu.cnets.klatsch.lang
 

Methods in edu.iu.cnets.klatsch.lang with parameters of type VClosure
(package private)  java.util.Comparator<Value> VList.getComparator(VClosure proc)
          Returns a comparator for sorting numeric value using a user-supplied procedure, in support of the sort(p) method.