Package com.badlogic.gdx.utils
Class IntIntMap.Entries
- java.lang.Object
-
- 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>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()java.util.Iterator<IntIntMap.Entry>iterator()IntIntMap.Entrynext()Note the same entry instance is returned each time this method is called.
-
-
-
Constructor Detail
-
Entries
public 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:
nextin interfacejava.util.Iterator<IntIntMap.Entry>
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfacejava.util.Iterator<IntIntMap.Entry>
-
iterator
public java.util.Iterator<IntIntMap.Entry> iterator()
- Specified by:
iteratorin interfacejava.lang.Iterable<IntIntMap.Entry>
-
-