libgdx API

com.badlogic.gdx.utils
Class IntIntMap.Entries

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

public static class IntIntMap.Entries
extends java.lang.Object
implements java.lang.Iterable<IntIntMap.Entry>, java.util.Iterator<IntIntMap.Entry>


Constructor Summary
IntIntMap.Entries(IntIntMap map)
           
 
Method Summary
 boolean hasNext()
           
 java.util.Iterator<IntIntMap.Entry> iterator()
           
 IntIntMap.Entry next()
          Note the same entry instance is returned each time this method is called.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Iterator
remove
 

Constructor Detail

IntIntMap.Entries

public IntIntMap.Entries(IntIntMap map)
Method Detail

next

public IntIntMap.Entry next()
Note the same entry instance is returned each time this method is called.

Specified by:
next in interface java.util.Iterator<IntIntMap.Entry>

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<IntIntMap.Entry>

iterator

public java.util.Iterator<IntIntMap.Entry> iterator()
Specified by:
iterator in interface java.lang.Iterable<IntIntMap.Entry>

libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)