Package arc.struct

Class LongMap.Keys

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

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

    • hasNext

      public boolean hasNext
  • Constructor Details

    • Keys

      public Keys(LongMap<?> map)
  • Method Details

    • next

      public Long next()
      Specified by:
      next in interface Iterator<Long>
    • nextKey

      public long nextKey()
    • toArray

      public LongSeq toArray()
      Returns a new array containing the remaining values.
    • iterator

      public Iterator<Long> iterator()
      Specified by:
      iterator in interface Iterable<Long>
    • reset

      public void reset()
    • remove

      public void remove()
    • hasNext

      public boolean hasNext()