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

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

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


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

next

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

remove

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


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