org.apache.mahout.math.map
Class OpenDoubleFloatHashMap.MapElement

java.lang.Object
  extended by org.apache.mahout.math.map.OpenDoubleFloatHashMap.MapElement
Enclosing class:
OpenDoubleFloatHashMap

public final class OpenDoubleFloatHashMap.MapElement
extends Object


Constructor Summary
OpenDoubleFloatHashMap.MapElement()
           
 
Method Summary
 float get()
           
 double index()
           
 void set(float value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenDoubleFloatHashMap.MapElement

public OpenDoubleFloatHashMap.MapElement()
Method Detail

get

public float get()

index

public double index()

set

public void set(float value)


Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.