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

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

public final class OpenIntByteHashMap.MapElement
extends Object


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

OpenIntByteHashMap.MapElement

public OpenIntByteHashMap.MapElement()
Method Detail

get

public byte get()

index

public int index()

set

public void set(byte value)


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