Class CaseInsensitiveIntMap.Values
java.lang.Object
com.github.tommyettinger.textra.utils.CaseInsensitiveIntMap.Values
- Enclosing class:
- CaseInsensitiveIntMap
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
hasNext()
iterator()
int
next()
void
remove()
void
reset()
com.badlogic.gdx.utils.IntArray
toArray()
Returns a new array containing the remaining values.com.badlogic.gdx.utils.IntArray
toArray
(com.badlogic.gdx.utils.IntArray array) Adds the remaining values to the specified array.
-
Field Details
-
hasNext
public boolean hasNext
-
-
Constructor Details
-
Values
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
public int next() -
iterator
-
toArray
public com.badlogic.gdx.utils.IntArray toArray()Returns a new array containing the remaining values. -
toArray
public com.badlogic.gdx.utils.IntArray toArray(com.badlogic.gdx.utils.IntArray array) Adds the remaining values to the specified array. -
reset
public void reset() -
remove
public void remove()
-