Class LongMap.Values<V>

java.lang.Object
zombie.entity.util.LongMap.Values<V>
All Implemented Interfaces:
Iterable<V>, Iterator<V>
Enclosing class:
LongMap<V>

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

    • hasNext

      public boolean hasNext
  • Constructor Details

    • Values

      public Values(LongMap<V> longMap)
  • Method Details

    • hasNext

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

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

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

      public Array<V> toArray()
    • reset

      public void reset()
    • remove

      public void remove()