us.ihmc.utilities.maps
Class ObjectDoubleMap<T>
java.lang.Object
us.ihmc.utilities.maps.AbstractObjectObjectMap<T,double[]>
us.ihmc.utilities.maps.ObjectDoubleMap<T>
public class ObjectDoubleMap<T>
- extends AbstractObjectObjectMap<T,double[]>
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectDoubleMap
public ObjectDoubleMap()
add
public void add(T first,
double value)
set
public void set(T key,
double value)
getValue
public double getValue(T key)
getKey
public T getKey(int i)
getValue
public double getValue(int i)
getEncapsulatedValue
public double[] getEncapsulatedValue(int i)
set
public void set(int i,
double upcomingValue)