com.badlogic.gdx.utils
Class ArrayMap.Entries<K,V>

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

public static class ArrayMap.Entries<K,V>
extends Object
implements Iterable<ObjectMap.Entry<K,V>>, Iterator<ObjectMap.Entry<K,V>>


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

Constructor Detail

ArrayMap.Entries

public ArrayMap.Entries(ArrayMap<K,V> map)
Method Detail

hasNext

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

iterator

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

next

public ObjectMap.Entry<K,V> next()
Specified by:
next in interface Iterator<ObjectMap.Entry<K,V>>

remove

public void remove()
Specified by:
remove in interface Iterator<ObjectMap.Entry<K,V>>

reset

public void reset()


Copyright © 2013. All Rights Reserved.