Class ObjectMap.Values<V>

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

public static class ObjectMap.Values<V> extends Object
  • Field Details

    • hasNext

      public boolean hasNext
  • Constructor Details

    • Values

      public Values(ObjectMap<?,V> objectMap)
  • Method Details

    • hasNext

      public boolean hasNext()
    • next

      @Null public V next()
    • iterator

      public ObjectMap.Values<V> iterator()
    • toArray

      public Array<V> toArray()
    • toArray

      public Array<V> toArray(Array<V> array)
    • reset

      public void reset()
    • remove

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