public static class IdentityMap.Entries<K,V>
extends java.lang.Object
| Constructor and Description |
|---|
Entries(IdentityMap<K,V> map) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.util.Iterator<IdentityMap.Entry<K,V>> |
iterator() |
IdentityMap.Entry<K,V> |
next()
Note the same entry instance is returned each time this method is called.
|
public Entries(IdentityMap<K,V> map)
public IdentityMap.Entry<K,V> next()
public boolean hasNext()
public java.util.Iterator<IdentityMap.Entry<K,V>> iterator()