Constructor and Description |
---|
Keys(ObjectFloatMap<K> map) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
ObjectFloatMap.Keys<K> |
iterator() |
K |
next() |
void |
remove() |
Array<K> |
toArray()
Returns a new array containing the remaining keys.
|
Array<K> |
toArray(Array<K> array)
Adds the remaining keys to the array.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
forEachRemaining
public Keys(ObjectFloatMap<K> map)
public ObjectFloatMap.Keys<K> iterator()
Copyright © 2017. All rights reserved.