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

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

public final class OpenByteIntHashMap.MapElement
extends Object


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

OpenByteIntHashMap.MapElement

public OpenByteIntHashMap.MapElement()
Method Detail

get

public int get()

index

public byte index()

set

public void set(int value)


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