com.badlogic.gdx.utils
Class IntMap.Entries<V>

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

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


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

IntMap.Entries

public IntMap.Entries(IntMap map)
Method Detail

next

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

Specified by:
next in interface Iterator<IntMap.Entry<V>>

hasNext

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

iterator

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


Copyright © 2013. All Rights Reserved.