Class CaseInsensitiveIntMap.Keys

java.lang.Object
com.github.tommyettinger.textra.utils.CaseInsensitiveIntMap.Keys
All Implemented Interfaces:
Iterable<String>, Iterator<String>
Enclosing class:
CaseInsensitiveIntMap

public static class CaseInsensitiveIntMap.Keys extends Object implements Iterable<String>, Iterator<String>
  • Field Details

    • hasNext

      public boolean hasNext
  • Constructor Details

  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<String>
    • next

      public String next()
      Specified by:
      next in interface Iterator<String>
    • iterator

      public CaseInsensitiveIntMap.Keys iterator()
      Specified by:
      iterator in interface Iterable<String>
    • toArray

      public com.badlogic.gdx.utils.Array<String> toArray()
      Returns a new array containing the remaining keys.
    • toArray

      public com.badlogic.gdx.utils.Array<String> toArray(com.badlogic.gdx.utils.Array<String> array)
      Adds the remaining keys to the array.
    • reset

      public void reset()
    • remove

      public void remove()