public static class ObjectFloatMap.Keys<K>
extends java.lang.Object
implements java.lang.Iterable<K>, java.util.Iterator<K>
Constructor and Description |
---|
ObjectFloatMap.Keys(ObjectFloatMap<K> map) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.util.Iterator<K> |
iterator() |
K |
next() |
Array<K> |
toArray()
Returns a new array containing the remaining keys.
|
public ObjectFloatMap.Keys(ObjectFloatMap<K> map)