Uses of Class
com.badlogic.gdx.utils.IntMap.Entry
-
Packages that use IntMap.Entry Package Description com.badlogic.gdx.utils -
-
Uses of IntMap.Entry in com.badlogic.gdx.utils
Methods in com.badlogic.gdx.utils that return IntMap.Entry Modifier and Type Method Description IntMap.Entry<V>IntMap.Entries. next()Note the same entry instance is returned each time this method is called.Methods in com.badlogic.gdx.utils that return types with arguments of type IntMap.Entry Modifier and Type Method Description java.util.Iterator<IntMap.Entry<V>>IntMap.Entries. iterator()java.util.Iterator<IntMap.Entry<V>>IntMap. iterator()
-