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

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

public final class OpenFloatDoubleHashMap.MapElement
extends Object


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

Constructor Detail

OpenFloatDoubleHashMap.MapElement

public OpenFloatDoubleHashMap.MapElement()
Method Detail

get

public double get()

index

public float index()

set

public void set(double value)


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