Package gaiasky.util

Class ObjectDoubleMap.Keys<K>

java.lang.Object
gaiasky.util.ObjectDoubleMap.Keys<K>
All Implemented Interfaces:
Iterable<K>, Iterator<K>
Enclosing class:
ObjectDoubleMap<K>

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

    • hasNext

      public boolean hasNext
  • Constructor Details

  • Method Details

    • hasNext

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

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

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

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

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

      public void reset()
    • remove

      public void remove()