Class IntMap.Entries<V>

    • Constructor Detail

      • Entries

        public Entries​(IntMap map)
    • Method Detail

      • next

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

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

        public java.util.Iterator<IntMap.Entry<V>> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<V>