Uses of Interface
cc.mallet.util.CollectionUtils.Fn

Packages that use CollectionUtils.Fn
cc.mallet.util Miscellaneous utilities including command line processing, math functions, lexing, logging. 
 

Uses of CollectionUtils.Fn in cc.mallet.util
 

Methods in cc.mallet.util with parameters of type CollectionUtils.Fn
static java.util.Collection CollectionUtils.map(java.util.Collection c, CollectionUtils.Fn fn)
          Returns a new collection whose elements consist of the function fn.f applied to all of the elements of the given collection.