Package arc.struct

Class LongMap.Entries<V>

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

public static class LongMap.Entries<V> extends Object implements Iterable<LongMap.Entry<V>>, Iterator<LongMap.Entry<V>>
  • Field Details

    • hasNext

      public boolean hasNext
  • Constructor Details

    • Entries

      public Entries(LongMap<V> map)
  • Method Details

    • next

      public LongMap.Entry<V> next()
      Note the same entry instance is returned each time this method is called.
      Specified by:
      next in interface Iterator<V>
    • iterator

      public Iterator<LongMap.Entry<V>> iterator()
      Specified by:
      iterator in interface Iterable<V>
    • remove

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

      public void reset()
    • hasNext

      public boolean hasNext()