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

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

public final class OpenIntDoubleHashMap.MapElement
extends Object


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

OpenIntDoubleHashMap.MapElement

public OpenIntDoubleHashMap.MapElement()
Method Detail

get

public double get()

index

public int index()

set

public void set(double value)


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