edu.umd.cfar.lamp.viper.util
Interface IntervalIndexList.Change
- Enclosing interface:
- IntervalIndexList
- public static interface IntervalIndexList.Change
Function object interface for the map method
of the list.
Method Summary |
java.lang.Object |
change(java.lang.Object value)
Apply the change to the given value. |
change
public java.lang.Object change(java.lang.Object value)
- Apply the change to the given value.
- Parameters:
value
- the input value
- Returns:
- the output value; may be a reference
to the same object as the input, if you
are careful (i.e. don't have multiple copies
of the same element in the list, or your method
is indempotent)