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

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

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


Method Summary
 boolean hasNext()
           
 OpenFloatCharHashMap.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<OpenFloatCharHashMap.MapElement>

next

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

remove

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


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