Uses of Class
com.badlogic.gdx.utils.LongMap.Entry
-
Packages that use LongMap.Entry Package Description com.badlogic.gdx.utils -
-
Uses of LongMap.Entry in com.badlogic.gdx.utils
Methods in com.badlogic.gdx.utils that return LongMap.Entry Modifier and Type Method Description LongMap.Entry<V>LongMap.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 LongMap.Entry Modifier and Type Method Description java.util.Iterator<LongMap.Entry<V>>LongMap.Entries. iterator()java.util.Iterator<LongMap.Entry<V>>LongMap. iterator()
-