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