public static interface Vector.IndexValueTransform
Defines the functionality for a transform of vector entries, which are an
index and a value and return the new value. Typically this interface is
used in conjunction with the Vector transform method.