Package gaiasky.util

Class ObjectDoubleMap.Entries<K>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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.
      • 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
    • Method Detail

      • 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>