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

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

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


Constructor Summary
ArrayMap.Values(ArrayMap<Object,V> map)
           
 
Method Summary
 boolean hasNext()
           
 Iterator<V> iterator()
           
 V next()
           
 void remove()
           
 void reset()
           
 Array<V> toArray()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayMap.Values

public ArrayMap.Values(ArrayMap<Object,V> map)
Method Detail

hasNext

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

iterator

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

next

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

remove

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

reset

public void reset()

toArray

public Array<V> toArray()


Copyright © 2013. All Rights Reserved.