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

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

public final class OpenLongDoubleHashMap.MapElement
extends Object


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

OpenLongDoubleHashMap.MapElement

public OpenLongDoubleHashMap.MapElement()
Method Detail

get

public double get()

index

public long index()

set

public void set(double value)


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