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