Class UnmodMap.UnEntry.EntryToUnEntryIter<K,​V>

    • Method Detail

      • hasNext

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

        public UnmodMap.UnEntry<K,​V> next()
        Specified by:
        next in interface java.util.Iterator<K>