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

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

public final class OpenDoubleByteHashMap.MapElement
extends Object


Constructor Summary
OpenDoubleByteHashMap.MapElement()
           
 
Method Summary
 byte get()
           
 double index()
           
 void set(byte value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenDoubleByteHashMap.MapElement

public OpenDoubleByteHashMap.MapElement()
Method Detail

get

public byte get()

index

public double index()

set

public void set(byte value)


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