public static class IdentityMap.Entries<K,V> extends Object implements Iterable<IdentityMap.Entry<K,V>>, Iterator<IdentityMap.Entry<K,V>>
Constructor and Description |
---|
Entries(IdentityMap<K,V> map) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Iterator<IdentityMap.Entry<K,V>> |
iterator() |
IdentityMap.Entry<K,V> |
next()
Note the same entry instance is returned each time this method is called.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
forEachRemaining, remove
public Entries(IdentityMap<K,V> map)
public IdentityMap.Entry<K,V> next()
next
in interface Iterator<IdentityMap.Entry<K,V>>
public boolean hasNext()
hasNext
in interface Iterator<IdentityMap.Entry<K,V>>
public Iterator<IdentityMap.Entry<K,V>> iterator()
iterator
in interface Iterable<IdentityMap.Entry<K,V>>
Copyright © 2018. All rights reserved.