Uses of Interface
edu.umd.cfar.lamp.viper.util.IntervalIndexList.Change

Packages that use IntervalIndexList.Change
edu.umd.cfar.lamp.viper.util Provides miscellanious utility classes for the ViPER suite.  
viper.api.time This package provides a set of classes for working with time and time series data. 
 

Uses of IntervalIndexList.Change in edu.umd.cfar.lamp.viper.util
 

Methods in edu.umd.cfar.lamp.viper.util with parameters of type IntervalIndexList.Change
 void Range.map(IntervalIndexList.Change c)
           
 void IntervalIndexList.map(IntervalIndexList.Change c)
          Changes all the values of the elements by the given change function object.
 

Uses of IntervalIndexList.Change in viper.api.time
 

Methods in viper.api.time with parameters of type IntervalIndexList.Change
 void TimeEncodedList.map(IntervalIndexList.Change c)
          Changes all the values of the elements by the given change function object.
 void MultipleRange.map(IntervalIndexList.Change c)
          Changes all the values of the elements by the given change function object.