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
Fields in com.esotericsoftware.kryo.util declared as IntMap.Entry Modifier and Type Field Description private IntMap.Entry<V>
IntMap.Entries. entry
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 java.util.Iterator<IntMap.Entry<V>>
IntMap.Entries. iterator()
-