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

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

public final class OpenCharFloatHashMap.MapElement
extends Object


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

OpenCharFloatHashMap.MapElement

public OpenCharFloatHashMap.MapElement()
Method Detail

get

public float get()

index

public char index()

set

public void set(float value)


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