Uses of Class
com.esotericsoftware.kryo.util.IntMap.Entry
-
Packages that use IntMap.Entry Package Description com.esotericsoftware.kryo.util -
-
Uses of IntMap.Entry in com.esotericsoftware.kryo.util
Methods in com.esotericsoftware.kryo.util 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.esotericsoftware.kryo.util that return types with arguments of type IntMap.Entry Modifier and Type Method Description Iterator<IntMap.Entry<V>>IntMap.Entries. iterator()Iterator<IntMap.Entry<V>>IntMap. iterator()
-