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

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

public final class OpenByteLongHashMap.MapElement
extends Object


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

Constructor Detail

OpenByteLongHashMap.MapElement

public OpenByteLongHashMap.MapElement()
Method Detail

get

public long get()

index

public byte index()

set

public void set(long value)


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