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

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

public final class OpenCharIntHashMap.MapElement
extends Object


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

OpenCharIntHashMap.MapElement

public OpenCharIntHashMap.MapElement()
Method Detail

get

public int get()

index

public char index()

set

public void set(int value)


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