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

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

public final class OpenDoubleLongHashMap.MapElement
extends Object


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

Constructor Detail

OpenDoubleLongHashMap.MapElement

public OpenDoubleLongHashMap.MapElement()
Method Detail

get

public long get()

index

public double index()

set

public void set(long value)


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