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