public static class LongMap.Entries<V> extends Object implements Iterable<LongMap.Entry<V>>, Iterator<LongMap.Entry<V>>
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Iterator<LongMap.Entry<V>> |
iterator() |
LongMap.Entry<V> |
next()
Note the same entry instance is returned each time this method is called.
|
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorforEachRemainingpublic LongMap.Entry<V> next()
next in interface Iterator<LongMap.Entry<V>>public boolean hasNext()
hasNext in interface Iterator<LongMap.Entry<V>>public Iterator<LongMap.Entry<V>> iterator()
iterator in interface Iterable<LongMap.Entry<V>>public void remove()
remove in interface Iterator<LongMap.Entry<V>>Copyright © 2012-2015 RoboVM AB. All Rights Reserved.