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

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

public final class OpenShortIntHashMap.MapElement
extends Object


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

Constructor Detail

OpenShortIntHashMap.MapElement

public OpenShortIntHashMap.MapElement()
Method Detail

get

public int get()

index

public short index()

set

public void set(int value)


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