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

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

public final class OpenByteDoubleHashMap.MapElement
extends Object


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

OpenByteDoubleHashMap.MapElement

public OpenByteDoubleHashMap.MapElement()
Method Detail

get

public double get()

index

public byte index()

set

public void set(double value)


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