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

java.lang.Object
  extended by org.apache.mahout.math.map.OpenShortCharHashMap.MapIterator
All Implemented Interfaces:
Iterator<OpenShortCharHashMap.MapElement>
Enclosing class:
OpenShortCharHashMap

public final class OpenShortCharHashMap.MapIterator
extends Object
implements Iterator<OpenShortCharHashMap.MapElement>


Method Summary
 boolean hasNext()
           
 OpenShortCharHashMap.MapElement next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<OpenShortCharHashMap.MapElement>

next

public OpenShortCharHashMap.MapElement next()
Specified by:
next in interface Iterator<OpenShortCharHashMap.MapElement>

remove

public void remove()
Specified by:
remove in interface Iterator<OpenShortCharHashMap.MapElement>


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