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