Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testTransformedSequentialIterationUsesBackingListIterationOnly (0.32 seconds)

  1. guava-tests/test/com/google/common/collect/ListsTest.java

       * {@code iterator()} call into a call on {@code listIterator(int)}. This is fine because the
       * behavior is clearly documented so it's not expected to change.
       */
      public void testTransformedSequentialIterationUsesBackingListIterationOnly() {
        List<Integer> randomAccessList = new ArrayList<>(SOME_SEQUENTIAL_LIST);
        List<Integer> listIteratorOnlyList = new ListIterationOnlyList<>(randomAccessList);
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Thu Aug 07 16:05:33 GMT 2025
    - 35.4K bytes
    - Click Count (0)
Back to Top