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

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

public final class OpenFloatFloatHashMap.MapElement
extends Object


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

OpenFloatFloatHashMap.MapElement

public OpenFloatFloatHashMap.MapElement()
Method Detail

get

public float get()

index

public float index()

set

public void set(float value)


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