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

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

public final class OpenDoubleDoubleHashMap.MapElement
extends Object


Constructor Summary
OpenDoubleDoubleHashMap.MapElement()
           
 
Method Summary
 double get()
           
 double 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

OpenDoubleDoubleHashMap.MapElement

public OpenDoubleDoubleHashMap.MapElement()
Method Detail

get

public double get()

index

public double index()

set

public void set(double value)


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