Class KeyComparatorLinkedHashMap.LinkedHashIterator<T>

    • Constructor Detail

      • LinkedHashIterator

        private LinkedHashIterator()
    • Method Detail

      • hasNext

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

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