Class ObjectMap.Entries<K,V>

java.lang.Object
com.esotericsoftware.kryo.util.ObjectMap.MapIterator<K,V>
com.esotericsoftware.kryo.util.ObjectMap.Entries<K,V>
All Implemented Interfaces:
Iterable<ObjectMap.Entry<K,V>>, Iterator<ObjectMap.Entry<K,V>>
Enclosing class:
ObjectMap<K,V>

public static class ObjectMap.Entries<K,V> extends ObjectMap.MapIterator<K,V> implements Iterable<ObjectMap.Entry<K,V>>, Iterator<ObjectMap.Entry<K,V>>