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

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

public final class OpenShortByteHashMap.MapElement
extends Object


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

OpenShortByteHashMap.MapElement

public OpenShortByteHashMap.MapElement()
Method Detail

get

public byte get()

index

public short index()

set

public void set(byte value)


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