com.badlogic.gdx.utils
Class IntFloatMap.Entries

java.lang.Object
  extended by com.badlogic.gdx.utils.IntFloatMap.Entries
All Implemented Interfaces:
Iterable<IntFloatMap.Entry>, Iterator<IntFloatMap.Entry>
Enclosing class:
IntFloatMap

public static class IntFloatMap.Entries
extends Object
implements Iterable<IntFloatMap.Entry>, Iterator<IntFloatMap.Entry>


Constructor Summary
IntFloatMap.Entries(IntFloatMap map)
           
 
Method Summary
 boolean hasNext()
           
 Iterator<IntFloatMap.Entry> iterator()
           
 IntFloatMap.Entry next()
          Note the same entry instance is returned each time this method is called.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Iterator
remove
 

Constructor Detail

IntFloatMap.Entries

public IntFloatMap.Entries(IntFloatMap map)
Method Detail

next

public IntFloatMap.Entry next()
Note the same entry instance is returned each time this method is called.

Specified by:
next in interface Iterator<IntFloatMap.Entry>

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<IntFloatMap.Entry>

iterator

public Iterator<IntFloatMap.Entry> iterator()
Specified by:
iterator in interface Iterable<IntFloatMap.Entry>


Copyright © 2013. All Rights Reserved.