Package gaiasky.util

Class ObjectDoubleMap.Entries<K>

java.lang.Object
gaiasky.util.ObjectDoubleMap.Entries<K>
All Implemented Interfaces:
java.lang.Iterable<ObjectDoubleMap.Entry<K>>, java.util.Iterator<ObjectDoubleMap.Entry<K>>
Enclosing class:
ObjectDoubleMap<K>

public static class ObjectDoubleMap.Entries<K>
extends java.lang.Object
implements java.lang.Iterable<ObjectDoubleMap.Entry<K>>, java.util.Iterator<ObjectDoubleMap.Entry<K>>
  • Field Summary

    Fields
    Modifier and Type Field Description
    boolean hasNext  
  • Constructor Summary

    Constructors
    Constructor Description
    Entries​(ObjectDoubleMap<K> map)  
  • Method Summary

    Modifier and Type Method Description
    boolean hasNext()  
    ObjectDoubleMap.Entries<K> iterator()  
    ObjectDoubleMap.Entry<K> next()
    Note the same entry instance is returned each time this method is called.
    void remove()  
    void reset()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator

    Methods inherited from interface java.util.Iterator

    forEachRemaining, remove
  • Field Details

    • hasNext

      public boolean hasNext
  • Constructor Details

  • Method Details

    • next

      public ObjectDoubleMap.Entry<K> next()
      Note the same entry instance is returned each time this method is called.
      Specified by:
      next in interface java.util.Iterator<K>
    • hasNext

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

      public ObjectDoubleMap.Entries<K> iterator()
      Specified by:
      iterator in interface java.lang.Iterable<K>
    • reset

      public void reset()
    • remove

      public void remove()