Package arc.struct
Class IntFloatMap.Values
java.lang.Object
arc.struct.IntFloatMap.Values
- Enclosing class:
- IntFloatMap
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
hasNext
public boolean hasNext
-
-
Constructor Details
-
Values
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
public float next() -
toArray
Returns a new array containing the remaining values. -
reset
public void reset() -
remove
public void remove()
-