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

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

public final class OpenIntCharHashMap.MapElement
extends Object


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

Constructor Detail

OpenIntCharHashMap.MapElement

public OpenIntCharHashMap.MapElement()
Method Detail

get

public char get()

index

public int index()

set

public void set(char value)


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