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

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

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


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

LongMap.Entries

public LongMap.Entries(LongMap map)
Method Detail

next

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

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

hasNext

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

iterator

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


Copyright © 2014. All Rights Reserved.