Class CompactHashMapIterator<K,​V>

  • All Implemented Interfaces:
    java.util.Iterator<Pair<K,​V>>

    class CompactHashMapIterator<K,​V>
    extends java.lang.Object
    implements java.util.Iterator<Pair<K,​V>>
    • Constructor Detail

      • CompactHashMapIterator

        CompactHashMapIterator​(java.lang.Object[] elems,
                               KeyFunction<K,​V> keyFunction)
    • Method Detail

      • computeNext

        private void computeNext()
      • hasNext

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

        public Pair<K,​V> next()
        Specified by:
        next in interface java.util.Iterator<K>
      • remove

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