Package arc.struct

Class IntMap.Values<V>

java.lang.Object
arc.struct.IntMap.Values<V>
All Implemented Interfaces:
Iterable<V>, Iterator<V>
Enclosing class:
IntMap<V>

public static class IntMap.Values<V> extends Object implements Iterable<V>, Iterator<V>
  • Field Details

    • hasNext

      public boolean hasNext
  • Constructor Details

    • Values

      public Values(IntMap<V> map)
  • Method Details

    • hasNext

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

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

      public Iterator<V> iterator()
      Specified by:
      iterator in interface Iterable<V>
    • toArray

      public Seq<V> toArray()
      Returns a new array containing the remaining values.
    • remove

      public void remove()
      Specified by:
      remove in interface Iterator<V>
    • reset

      public void reset()