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

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

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


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

next

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

remove

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


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