Uses of Interface
edu.cmu.cs.crystal.util.CollectionMethods.Mapping

Packages that use CollectionMethods.Mapping
edu.cmu.cs.crystal.util Several utilities that other analysis writers have found useful. 
 

Uses of CollectionMethods.Mapping in edu.cmu.cs.crystal.util
 

Methods in edu.cmu.cs.crystal.util with parameters of type CollectionMethods.Mapping
static
<I,O> List<O>
CollectionMethods.map(List<? extends I> list, CollectionMethods.Mapping<I,O> fun)
          Functional map, returns a new list.