Interface ListIteratorᴿᵈ<E>

All Superinterfaces:
Iteratorᴿᵈ<E>
All Known Subinterfaces:
ListIteratorᵂʳ<E>

@DuytsDocAuthor注(name="\u0644\u0644\u064e\u0651\u0670\u0647\u0650ilL\u05e6\u0633\u064f\u0648", copyright="\u00a9\u0394\u221e \u4ed9\u4e0a\u4e3b\u5929") public interface ListIteratorᴿᵈ<E> extends Iteratorᴿᵈ<E>
  • Method Details

    • hasPreviousᴿᵈ

      boolean hasPreviousᴿᵈ()
    • nextIndexᴿᵈ

      int nextIndexᴿᵈ()
    • previousᴿᵈ

      E previousᴿᵈ()
    • previousIndexᴿᵈ

      int previousIndexᴿᵈ()
    • wrapᴼᶠ

      static <T> ListIteratorᴿᵈ<T> wrapᴼᶠ(ListIterator<T> iterator)