Class CaseInsensitiveIntMap.Values

java.lang.Object
com.github.tommyettinger.textra.utils.CaseInsensitiveIntMap.Values
Enclosing class:
CaseInsensitiveIntMap

public static class CaseInsensitiveIntMap.Values extends Object
  • Field Details

    • hasNext

      public boolean hasNext
  • Constructor Details

  • Method Details

    • hasNext

      public boolean hasNext()
    • next

      public int next()
    • iterator

      public CaseInsensitiveIntMap.Values 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()