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

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

public final class OpenShortShortHashMap.MapElement
extends Object


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

Constructor Detail

OpenShortShortHashMap.MapElement

public OpenShortShortHashMap.MapElement()
Method Detail

get

public short get()

index

public short index()

set

public void set(short value)


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