UC Berkeley Group for User Interface Research
Updated November 17, 2000

Uses of Interface
edu.berkeley.guir.lib.gesture.util.Misc.UnaryOperator

Packages that use Misc.UnaryOperator
edu.berkeley.guir.lib.gesture.util   
 

Uses of Misc.UnaryOperator in edu.berkeley.guir.lib.gesture.util
 

Fields in edu.berkeley.guir.lib.gesture.util declared as Misc.UnaryOperator
static Misc.UnaryOperator Misc.IDENTITY_OPERATOR
           
 

Methods in edu.berkeley.guir.lib.gesture.util with parameters of type Misc.UnaryOperator
static Collection Misc.mapcar(Collection in, Misc.UnaryOperator op)
          Apply op to all elements of in, and make a new Collection of the results.
static List Misc.mapcar(Iterator iter, Misc.UnaryOperator op)
           
 


Copyright Information