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

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

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


Constructor Summary
IntMap.Values(IntMap<V> map)
           
 
Method Summary
 boolean hasNext()
           
 Iterator<V> iterator()
           
 V next()
           
 Array<V> toArray()
          Returns a new array containing the remaining values.
 
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.Values

public IntMap.Values(IntMap<V> map)
Method Detail

hasNext

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

next

public V next()
Specified by:
next in interface Iterator<V>

iterator

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

toArray

public Array<V> toArray()
Returns a new array containing the remaining values.



Copyright © 2013. All Rights Reserved.