com.badlogic.gdx.utils
Class ObjectFloatMap.Entries<K>

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

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


Constructor Summary
ObjectFloatMap.Entries(ObjectFloatMap<K> map)
           
 
Method Summary
 boolean hasNext()
           
 Iterator<ObjectFloatMap.Entry<K>> iterator()
           
 ObjectFloatMap.Entry<K> 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

ObjectFloatMap.Entries

public ObjectFloatMap.Entries(ObjectFloatMap<K> map)
Method Detail

next

public ObjectFloatMap.Entry<K> next()
Note the same entry instance is returned each time this method is called.

Specified by:
next in interface Iterator<ObjectFloatMap.Entry<K>>

hasNext

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

iterator

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


Copyright © 2014. All Rights Reserved.