Package arc.struct

Class ArrayMap.Values<V>

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

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

  • Method Details

    • hasNext

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

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

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

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

      public void reset()
    • toArray

      public Seq<V> toArray()
    • toArray

      public Seq<V> toArray(Seq array)