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