Class IdentityMap.Entries<K,V>
java.lang.Object
com.esotericsoftware.kryo.util.IdentityMap.Entries<K,V>
- All Implemented Interfaces:
Iterable<IdentityMap.Entry<K,V>>, Iterator<IdentityMap.Entry<K, V>>
- Enclosing class:
IdentityMap<K,V>
public static class IdentityMap.Entries<K,V>
extends Object
implements Iterable<IdentityMap.Entry<K,V>>, Iterator<IdentityMap.Entry<K,V>>
- Author:
- Nathan Sweet
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliteratorMethods inherited from interface Iterator
forEachRemaining, remove
-
Field Details
-
hasNext
public boolean hasNext
-
-
Constructor Details
-
Entries
-
-
Method Details
-
next
-
hasNext
-
iterator
-
reset
public void reset() -
remove
public void remove()
-