Class MemoryHistory.EntriesIterator

    • Field Detail

      • source

        private final java.util.ListIterator<java.lang.CharSequence> source
    • Constructor Detail

      • EntriesIterator

        private EntriesIterator​(int index)
    • Method Detail

      • nextIndex

        public int nextIndex()
        Specified by:
        nextIndex in interface java.util.ListIterator<History.Entry>
      • previousIndex

        public int previousIndex()
        Specified by:
        previousIndex in interface java.util.ListIterator<History.Entry>
      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<History.Entry>
        Specified by:
        hasNext in interface java.util.ListIterator<History.Entry>
      • hasPrevious

        public boolean hasPrevious()
        Specified by:
        hasPrevious in interface java.util.ListIterator<History.Entry>
      • remove

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