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

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

public final class OpenLongFloatHashMap.MapElement
extends Object


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

OpenLongFloatHashMap.MapElement

public OpenLongFloatHashMap.MapElement()
Method Detail

get

public float get()

index

public long index()

set

public void set(float value)


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