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