Class CaseInsensitiveIntMap.Values
java.lang.Object
com.github.tommyettinger.textra.utils.CaseInsensitiveIntMap.Values
- Enclosing class:
- CaseInsensitiveIntMap
public static class CaseInsensitiveIntMap.Values
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description booleanhasNext -
Constructor Summary
Constructors Constructor Description Values(CaseInsensitiveIntMap map) -
Method Summary
Modifier and Type Method Description booleanhasNext()CaseInsensitiveIntMap.Valuesiterator()intnext()voidremove()voidreset()com.badlogic.gdx.utils.IntArraytoArray()Returns a new array containing the remaining values.com.badlogic.gdx.utils.IntArraytoArray(com.badlogic.gdx.utils.IntArray array)Adds the remaining values to the specified array.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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()
-