Uses of Class
com.esotericsoftware.kryo.util.ObjectMap.Entry
-
Packages that use ObjectMap.Entry Package Description com.esotericsoftware.kryo.util -
-
Uses of ObjectMap.Entry in com.esotericsoftware.kryo.util
Fields in com.esotericsoftware.kryo.util declared as ObjectMap.Entry Modifier and Type Field Description (package private) ObjectMap.Entry<K,V>
ObjectMap.Entries. entry
Methods in com.esotericsoftware.kryo.util that return ObjectMap.Entry Modifier and Type Method Description ObjectMap.Entry<K,V>
ObjectMap.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 ObjectMap.Entry Modifier and Type Method Description java.util.Iterator<ObjectMap.Entry<K,V>>
ObjectMap.Entries. iterator()
-