Package arc.struct

Class ArrayMap.Keys<K>

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

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

  • Method Details

    • hasNext

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

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

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

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

      public void reset()
    • toArray

      public Seq<K> toArray()
    • toArray

      public Seq<K> toArray(Seq array)