Uses of Class
com.esotericsoftware.kryo.util.IdentityMap.Entries
-
Packages that use IdentityMap.Entries Package Description com.esotericsoftware.kryo.util -
-
Uses of IdentityMap.Entries in com.esotericsoftware.kryo.util
Fields in com.esotericsoftware.kryo.util declared as IdentityMap.Entries Modifier and Type Field Description private IdentityMap.Entries
IdentityMap. entries
Methods in com.esotericsoftware.kryo.util that return IdentityMap.Entries Modifier and Type Method Description IdentityMap.Entries<K,V>
IdentityMap. entries()
Returns an iterator for the entries in the map.
-