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

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

public final class OpenShortCharHashMap.MapElement
extends Object


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

OpenShortCharHashMap.MapElement

public OpenShortCharHashMap.MapElement()
Method Detail

get

public char get()

index

public short index()

set

public void set(char value)


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