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