public class ObjectMapping<T>
extends Object
implements Mapping<T>
Maps from numerical values to objects of a specified type. The object will be
selected by finding the floor of (value * (length - 1)) and using the result
as an index into the input array.