Class AbstractEmptyMapIterator<K,​V>

    • Constructor Detail

      • AbstractEmptyMapIterator

        public AbstractEmptyMapIterator()
        Create a new AbstractEmptyMapIterator.
    • Method Detail

      • getKey

        public K getKey()
      • getValue

        public V getValue()
      • setValue

        public V setValue​(V value)