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

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

public final class OpenIntIntHashMap.MapElement
extends Object


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

OpenIntIntHashMap.MapElement

public OpenIntIntHashMap.MapElement()
Method Detail

get

public int get()

index

public int index()

set

public void set(int value)


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